Changeset 190694 in webkit for trunk/Source/JavaScriptCore/heap/Heap.h
- Timestamp:
- Oct 7, 2015, 4:10:20 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Source/JavaScriptCore/heap/Heap.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.h
r190679 r190694 225 225 template<typename T> void releaseSoon(RetainPtr<T>&&); 226 226 #endif 227 228 void removeCodeBlock(CodeBlock* cb) { m_codeBlocks.remove(cb); }229 227 230 228 static bool isZombified(JSCell* cell) { return *(void**)cell == zombifiedBits; } … … 313 311 void deleteSourceProviderCaches(); 314 312 void notifyIncrementalSweeper(); 315 void rememberCurrentlyExecutingCodeBlocks();313 void writeBarrierCurrentlyExecutingCodeBlocks(); 316 314 void resetAllocators(); 317 315 void copyBackingStores();
Note:
See TracChangeset
for help on using the changeset viewer.