Searched refs:FullCollection (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DHeapOperation.h31 enum HeapOperation { NoOperation, Allocation, FullCollection, EdenCollection, AnyCollection }; enumerator in enum:JSC::HeapOperation
H A DMarkedBlock.cpp211 this->clearMarksWithCollectionType<FullCollection>();
213 this->clearMarksWithCollectionType<FullCollection>();
225 ASSERT(collectionType == FullCollection || collectionType == EdenCollection);
229 if (collectionType == FullCollection) {
251 clearMarksWithCollectionType<FullCollection>();
H A DFullGCActivityCallback.cpp57 heap->collect(FullCollection);
H A DHeap.cpp544 ASSERT(m_operationInProgress == FullCollection);
545 m_storageSpace.startedCopying<FullCollection>();
798 ASSERT(m_operationInProgress == FullCollection);
903 ASSERT(m_operationInProgress == FullCollection || m_operationInProgress == NoOperation);
905 m_codeBlocks.deleteUnmarkedAndUnreferenced(FullCollection);
957 collect(FullCollection);
1045 m_operationInProgress = FullCollection;
1049 dataLog("FullCollection, ");
1055 if (m_operationInProgress == FullCollection) {
1102 if (m_operationInProgress == FullCollection)
[all...]
H A DGCThreadSharedData.cpp157 if (m_vm->heap.operationInProgress() == FullCollection) {
191 ASSERT(m_vm->heap.operationInProgress() == FullCollection);
H A DCopiedSpace.cpp208 ASSERT(heap()->operationInProgress() == FullCollection);
241 if (heap()->operationInProgress() == FullCollection) {
H A DCopiedSpaceInlines.h187 if (collectionType == FullCollection) {
H A DHeapInlines.h51 return m_operationInProgress == FullCollection || m_operationInProgress == EdenCollection;
H A DMarkedAllocator.cpp234 if (m_heap->operationInProgress() == FullCollection)
H A DSlotVisitorInlines.h249 if (heap()->operationInProgress() == FullCollection || block->shouldReportLiveBytes(locker, owner)) {
H A DSlotVisitor.cpp41 if (heap()->operationInProgress() == FullCollection) {
/macosx-10.10/JavaScriptCore-7600.1.17/
H A Djsc.cpp819 exec->heap()->collect(FullCollection);

Completed in 132 milliseconds