Lines Matching refs:mark_compact_collector

71     heap_->mark_compact_collector()->RecordSlot(obj, slot, value);  in RecordWriteSlow()
120 heap_->mark_compact_collector()->RecordCodeEntrySlot( in RecordWriteOfCodeEntrySlow()
131 heap_->mark_compact_collector()->RecordRelocSlot(rinfo, in RecordWriteIntoCodeSlow()
179 heap_->mark_compact_collector()->marking_deque()->Unshift(obj); in BlackToGreyAndUnshift()
185 heap_->mark_compact_collector()->marking_deque()->Push(obj); in WhiteToGreyAndPush()
249 heap->mark_compact_collector()->marking_deque()->IsFull(); in VisitFixedArrayIncremental()
254 heap->mark_compact_collector()->marking_deque()->Unshift(object); in VisitFixedArrayIncremental()
257 heap->mark_compact_collector()->UnshiftBlack(object); in VisitFixedArrayIncremental()
283 heap->mark_compact_collector()->RecordSlot(object, p, target); in INLINE()
293 heap->mark_compact_collector()->RecordSlot(object, p, target); in INLINE()
535 if (!heap_->mark_compact_collector()->sweeping_in_progress()) { in Start()
556 heap_->mark_compact_collector()->StartCompaction( in StartMarking()
567 heap_->mark_compact_collector()->EnsureMarkingDequeIsCommittedAndInitialize( in StartMarking()
575 heap_->mark_compact_collector()->VerifyMarkbitsAreClean(); in StartMarking()
613 heap_->mark_compact_collector()->MarkImplicitRefGroups(&MarkObject); in MarkObjectGroups()
639 heap_->mark_compact_collector()->RecordSlot(weak_cell, slot, *slot); in ProcessWeakCells()
729 heap_->mark_compact_collector()->marking_deque()->top(); in FinalizeIncrementally()
749 heap_->mark_compact_collector()->marking_deque()->top()); in FinalizeIncrementally()
777 heap_->mark_compact_collector()->marking_deque(); in UpdateMarkingDequeAfterScavenge()
852 heap_->mark_compact_collector()->marking_deque(); in ProcessMarkingDeque()
873 heap_->mark_compact_collector()->marking_deque(); in ProcessMarkingDeque()
977 DCHECK(heap_->mark_compact_collector()->marking_deque()->IsEmpty()); in Finalize()
1044 !heap()->mark_compact_collector()->marking_deque()->IsEmpty()); in AdvanceIncrementalMarking()
1181 if (heap_->mark_compact_collector()->sweeping_in_progress() && in Step()
1182 (heap_->mark_compact_collector()->IsSweepingCompleted() || in Step()
1184 heap_->mark_compact_collector()->EnsureSweepingCompleted(); in Step()
1186 if (!heap_->mark_compact_collector()->sweeping_in_progress()) { in Step()
1192 if (heap_->mark_compact_collector()->marking_deque()->IsEmpty()) { in Step()