Lines Matching refs:mark_compact_collector
71 heap_->mark_compact_collector()->RecordSlot(obj, slot, value); in RecordWriteSlow()
130 heap_->mark_compact_collector()->RecordCodeEntrySlot( in RecordWriteOfCodeEntrySlow()
139 heap_->mark_compact_collector()->RecordRelocSlot(host, rinfo, value); in RecordWriteIntoCodeSlow()
146 heap_->mark_compact_collector()->marking_deque()->Push(obj); in WhiteToGreyAndPush()
213 heap->mark_compact_collector()->marking_deque()->IsFull(); in VisitFixedArrayIncremental()
218 heap->mark_compact_collector()->marking_deque()->Unshift(object); in VisitFixedArrayIncremental()
221 heap->mark_compact_collector()->UnshiftBlack(object); in VisitFixedArrayIncremental()
247 heap->mark_compact_collector()->RecordSlot(object, p, target); in INLINE()
257 heap->mark_compact_collector()->RecordSlot(object, p, target); in INLINE()
498 if (!heap_->mark_compact_collector()->sweeping_in_progress()) { in Start()
528 heap_->mark_compact_collector()->StartCompaction( in StartMarking()
534 heap_->mark_compact_collector()->embedder_heap_tracer()->TracePrologue(); in StartMarking()
543 heap_->mark_compact_collector()->EnsureMarkingDequeIsCommittedAndInitialize( in StartMarking()
551 heap_->mark_compact_collector()->VerifyMarkbitsAreClean(); in StartMarking()
604 heap_->mark_compact_collector()->MarkImplicitRefGroups(&MarkObject); in MarkObjectGroups()
630 heap_->mark_compact_collector()->RecordSlot(weak_cell, slot, *slot); in ProcessWeakCells()
720 heap_->mark_compact_collector()->marking_deque()->top(); in FinalizeIncrementally()
742 heap_->mark_compact_collector()->marking_deque()->top()); in FinalizeIncrementally()
777 heap_->mark_compact_collector()->marking_deque(); in UpdateMarkingDequeAfterScavenge()
861 heap_->mark_compact_collector()->marking_deque(); in ProcessMarkingDeque()
886 heap_->mark_compact_collector()->marking_deque(); in ProcessMarkingDeque()
906 if (!heap_->mark_compact_collector()->marking_deque()->IsEmpty()) { in Hurry()
1034 !heap()->mark_compact_collector()->marking_deque()->IsEmpty()); in AdvanceIncrementalMarking()
1122 if (heap_->mark_compact_collector()->sweeping_in_progress() && in FinalizeSweeping()
1123 (heap_->mark_compact_collector()->sweeper().IsSweepingCompleted() || in FinalizeSweeping()
1125 heap_->mark_compact_collector()->EnsureSweepingCompleted(); in FinalizeSweeping()
1127 if (!heap_->mark_compact_collector()->sweeping_in_progress()) { in FinalizeSweeping()
1188 if (heap_->mark_compact_collector()->marking_deque()->IsEmpty()) { in Step()