Home
last modified time | relevance | path

Searched refs:mark_compact_collector (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dembedder-tracing.cc193 DCHECK_NOT_NULL(heap->mark_compact_collector()); in EmbedderWriteBarrier()
198 heap->mark_compact_collector() in EmbedderWriteBarrier()
Dobjects-visiting.cc20 heap->mark_compact_collector()->is_compacting(); in MustRecordSlots()
159 heap->mark_compact_collector()->RecordSlot(context, head_slot, in DoWeakList()
Dmarking-barrier.cc27 collector_(heap_->mark_compact_collector()), in MarkingBarrier()
36 collector_(heap_->mark_compact_collector()), in MarkingBarrier()
Dpaged-spaces.cc123 MarkCompactCollector* collector = heap()->mark_compact_collector(); in RefillFreeList()
620 MarkCompactCollector* collector = heap()->mark_compact_collector(); in RawRefillLabBackground()
942 MarkCompactCollector* collector = heap()->mark_compact_collector(); in RawRefillLabMain()
1001 MarkCompactCollector* collector = heap()->mark_compact_collector(); in ContributeToSweepingMain()
Dheap.cc2028 mark_compact_collector()->EnsureSweepingCompleted( in CompleteSweepingFull()
2031 DCHECK(!mark_compact_collector()->sweeping_in_progress()); in CompleteSweepingFull()
2465 mark_compact_collector()->FinishSweepingIfOutOfWork(); in CompleteSweepingYoung()
2474 if (!mark_compact_collector()->sweeping_in_progress()) return; in EnsureSweepingCompleted()
2486 mark_compact_collector()->EnsurePageIsSwept(page); in EnsureSweepingCompleted()
2601 mark_compact_collector()->Prepare(); in MarkCompact()
2608 mark_compact_collector()->CollectGarbage(); in MarkCompact()
2709 mark_compact_collector()->sweeper()->EnsureIterabilityCompleted(); in EvacuateYoungGeneration()
2718 mark_compact_collector()->RecordLiveSlotsOnPage(p); in EvacuateYoungGeneration()
2791 mark_compact_collector()->sweeper()->EnsureIterabilityCompleted(); in Scavenge()
[all …]
Dconcurrent-marking.cc599 this, heap_->mark_compact_collector()->epoch(), in ScheduleJob()
600 heap_->mark_compact_collector()->code_flush_mode(), in ScheduleJob()
Dscavenger.cc292 Sweeper* sweeper = heap_->mark_compact_collector()->sweeper(); in CollectGarbage()
618 heap()->mark_compact_collector()->sweeper()->AddPage( in AddPageToSweeperIfNecessary()
Dmark-compact.cc214 heap->mark_compact_collector()->non_atomic_marking_state()) {} in FullMarkingVerifier()
400 DCHECK(!heap_->mark_compact_collector()->sweeping_in_progress()); in Run()
1332 heap_->mark_compact_collector()->non_atomic_marking_state(); in VisitRootPointers()
1363 heap_->mark_compact_collector()->non_atomic_marking_state(); in VisitRootPointers()
1940 RecordMigratedSlotVisitor visitor(heap_->mark_compact_collector(), in Visit()
1961 return heap->mark_compact_collector()->non_atomic_marking_state()->IsWhite( in IsUnmarkedHeapObject()
4951 DCHECK(!heap_->mark_compact_collector()->sweeping_in_progress()); in Run()
5142 MarkCompactCollector* mark_compact_collector) in YoungGenerationMigrationObserver() argument
5144 mark_compact_collector_(mark_compact_collector) {} in YoungGenerationMigrationObserver()
5299 heap()->mark_compact_collector()->sweeper()->EnsureIterabilityCompleted(); in CollectGarbage()
[all …]
Dobject-stats.cc464 heap->mark_compact_collector()->non_atomic_marking_state()), in ObjectStatsCollectorImpl()
1089 heap->mark_compact_collector()->non_atomic_marking_state()), in ObjectStatsVisitor()
Dsweeper.cc153 heap_->mark_compact_collector()->non_atomic_marking_state(); in StartSweeping()
Dincremental-marking.cc56 collector_(heap->mark_compact_collector()), in IncrementalMarking()
Dheap.h873 MarkCompactCollector* mark_compact_collector() { in mark_compact_collector() function
Dfactory.cc1813 heap->mark_compact_collector()->AddTransitionArray(*array); in NewTransitionArray()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dunified-heap-marking-state.cc16 marking_state_(heap_ ? heap_->mark_compact_collector()->marking_state() in UnifiedHeapMarkingState()
Dunified-heap-marking-visitor.cc90 v8_heap->mark_compact_collector()->marking_worklists()) in ConcurrentUnifiedHeapMarkingVisitor()
Dcpp-heap.cc582 ->mark_compact_collector() in StartTracing()
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc519 isolate()->heap()->mark_compact_collector()->EnsureSweepingCompleted( in GetValue()