Lines Matching refs:mark_compact_collector
80 CHECK(heap_->mark_compact_collector()->IsMarked(object)); in VisitPointers()
492 isolate()->heap()->mark_compact_collector(); in RunInternal()
514 heap_->mark_compact_collector()->SweepInParallel(space_, 0); in Run()
515 heap_->mark_compact_collector()->pending_sweeper_tasks_semaphore_.Signal(); in Run()
1000 isolate_->heap()->mark_compact_collector()->RecordCodeEntrySlot( in ProcessJSFunctionCandidates()
1005 isolate_->heap()->mark_compact_collector()->RecordSlot( in ProcessJSFunctionCandidates()
1041 isolate_->heap()->mark_compact_collector()->RecordSlot(candidate, code_slot, in ProcessSharedFunctionInfoCandidates()
1142 MarkObjectByPointer(heap->mark_compact_collector(), object, p); in INLINE()
1153 MarkCompactCollector* collector = heap->mark_compact_collector(); in INLINE()
1162 heap->mark_compact_collector()->MarkObject(object, mark); in INLINE()
1170 heap->mark_compact_collector()->SetMark(object, mark_bit); in INLINE()
1192 DCHECK(!collector->heap()->mark_compact_collector()->IsMarked(obj)); in INLINE()
1197 heap->mark_compact_collector()->SetMark(obj, mark); in INLINE()
1200 heap->mark_compact_collector()->MarkObject(map, map_mark); in INLINE()
1212 MarkCompactCollector* collector = heap->mark_compact_collector(); in INLINE()
1258 heap->mark_compact_collector()->RecordSlot(data, slot, code); in UpdateRegExpCodeAgeAndFlush()
1289 MarkCompactCollector* collector = heap->mark_compact_collector(); in VisitRegExpAndFlushCode()
1385 DCHECK(this == heap()->mark_compact_collector()); in PrepareForCodeFlushing()
1407 : collector_(heap->mark_compact_collector()) {} in RootMarkingVisitor()
1500 site->GetHeap()->mark_compact_collector()->MarkAllocationSite(site); in RetainAs()
1563 heap_->mark_compact_collector()->MigrateObject( in TryEvacuateObject()
1609 heap_->mark_compact_collector()->MigrateObject( in Visit()