Home
last modified time | relevance | path

Searched refs:IsStopped (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dincremental-marking-job.cc46 DCHECK(!heap->incremental_marking()->IsStopped()); in Start()
109 if (incremental_marking->IsStopped()) { in RunInternal()
125 if (!incremental_marking->IsStopped()) { in RunInternal()
130 if (!incremental_marking->IsStopped()) { in RunInternal()
Dmemory-reducer.cc60 heap->incremental_marking()->IsStopped() && in RunInternal()
72 DCHECK(heap()->incremental_marking()->IsStopped()); in NotifyTimer()
82 if (!heap()->incremental_marking()->IsStopped() && in NotifyTimer()
Dconcurrent-marking.h89 bool IsStopped();
Dincremental-marking.h113 inline bool IsStopped() const { return state() == STOPPED; } in IsStopped() function
Dincremental-marking.cc579 if (IsStopped()) return false; in Stop()
772 DCHECK(!IsStopped()); in AdvanceWithDeadline()
Dheap.cc1681 if (!incremental_marking()->IsStopped()) { in PreciseCollectAllGarbage()
1707 if (incremental_marking()->IsStopped()) { in ReportExternalMemoryPressure()
1999 DCHECK(incremental_marking()->IsStopped()); in StartIncrementalMarking()
2039 if (incremental_marking()->IsStopped()) { in StartIncrementalMarkingIfAllocationLimitIsReached()
2067 if (!incremental_marking()->IsStopped() || in StartIncrementalMarkingIfAllocationLimitIsReachedBackground()
2629 if (FLAG_trace_incremental_marking && !incremental_marking()->IsStopped()) { in MinorMarkCompact()
2668 DCHECK(incremental_marking()->IsStopped()); in MarkCompactEpilogue()
2750 if (FLAG_trace_incremental_marking && !incremental_marking()->IsStopped()) { in Scavenge()
3905 DCHECK(!incremental_marking()->IsStopped()); in FinalizeIncrementalMarkingAtomically()
4097 heap_state.incremental_marking_stopped = incremental_marking()->IsStopped(); in ComputeHeapState()
[all …]
Dmemory-measurement.cc283 if (heap->incremental_marking()->IsStopped()) { in ScheduleGCTask()
Dconcurrent-marking.cc637 bool ConcurrentMarking::IsStopped() { in IsStopped() function in v8::internal::ConcurrentMarking
Dgc-tracer.cc137 if (heap->incremental_marking()->IsStopped()) { in RecordGCPhasesInfo()
Dmark-compact.cc1032 DCHECK(heap_->incremental_marking()->IsStopped()); in VerifyMarking()
2106 CHECK(heap()->concurrent_marking()->IsStopped()); in ProcessEphemeronsLinear()