Searched refs:IsStopped (Results 1 – 10 of 10) sorted by relevance
46 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()
60 heap->incremental_marking()->IsStopped() && in RunInternal()72 DCHECK(heap()->incremental_marking()->IsStopped()); in NotifyTimer()82 if (!heap()->incremental_marking()->IsStopped() && in NotifyTimer()
89 bool IsStopped();
113 inline bool IsStopped() const { return state() == STOPPED; } in IsStopped() function
579 if (IsStopped()) return false; in Stop()772 DCHECK(!IsStopped()); in AdvanceWithDeadline()
1681 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 …]
283 if (heap->incremental_marking()->IsStopped()) { in ScheduleGCTask()
637 bool ConcurrentMarking::IsStopped() { in IsStopped() function in v8::internal::ConcurrentMarking
137 if (heap->incremental_marking()->IsStopped()) { in RecordGCPhasesInfo()
1032 DCHECK(heap_->incremental_marking()->IsStopped()); in VerifyMarking()2106 CHECK(heap()->concurrent_marking()->IsStopped()); in ProcessEphemeronsLinear()