Lines Matching refs:mark_compact_collector
978 !mark_compact_collector()->marking_deque_.IsEmpty() && in CollectGarbage()
1418 mark_compact_collector()->Prepare(); in MarkCompact()
1424 mark_compact_collector()->CollectGarbage(); in MarkCompact()
1448 mark_compact_collector()->marking_deque()->Uninitialize(); in MarkCompactEpilogue()
1449 mark_compact_collector()->EnsureMarkingDequeIsCommitted( in MarkCompactEpilogue()
1614 mark_compact_collector()->sweeper().EnsureNewSpaceCompleted(); in Scavenge()
1634 mark_compact_collector()->RegisterWrappersWithEmbedderHeapTracer(); in Scavenge()
1707 MarkCompactCollector* collector = mark_compact_collector(); in Scavenge()
3138 !mark_compact_collector()->sweeping_in_progress() && in AdjustLiveBytes()
4046 if (mark_compact_collector()->sweeping_in_progress()) { in MakeHeapIterable()
4047 mark_compact_collector()->EnsureSweepingCompleted(); in MakeHeapIterable()
4170 mark_compact_collector()->marking_deque()->IsEmpty()))) { in FinalizeIncrementalMarkingIfComplete()
4173 (mark_compact_collector()->marking_deque()->IsEmpty())) { in FinalizeIncrementalMarkingIfComplete()
4185 mark_compact_collector()->marking_deque()->IsEmpty() && in TryFinalizeIdleIncrementalMarking()
4192 (mark_compact_collector()->marking_deque()->IsEmpty() && in TryFinalizeIdleIncrementalMarking()
4627 if (mark_compact_collector()->sweeping_in_progress()) { in Verify()
4629 mark_compact_collector()->EnsureSweepingCompleted(); in Verify()
4648 mark_compact_collector()->VerifyWeakEmbeddedObjectsInCode(); in Verify()
4650 mark_compact_collector()->VerifyOmittedMapChecks(); in Verify()
4689 mark_compact_collector()->RecordSlot(object, slot, target); in IteratePromotedObjectPointers()
5319 mark_compact_collector()->SetUp(); in SetUp()
5384 mark_compact_collector()->SetEmbedderHeapTracer(tracer); in SetEmbedderHeapTracer()
5388 return mark_compact_collector()->UsingEmbedderHeapTracer(); in UsingEmbedderHeapTracer()
5392 mark_compact_collector()->TracePossibleWrapper(js_object); in TracePossibleWrapper()
5396 mark_compact_collector()->RegisterExternallyReferencedObject(object); in RegisterExternallyReferencedObject()
5834 heap_->mark_compact_collector()->ClearMarkbits(); in ~UnreachableObjectsFilter()