Searched refs:IsStopped (Results 1 – 6 of 6) sorted by relevance
18 DCHECK(!heap->incremental_marking()->IsStopped()); in Start()48 if (incremental_marking->IsStopped()) { in RunInternal()56 if (!incremental_marking->IsStopped()) { in RunInternal()58 if (!incremental_marking->IsStopped()) { in RunInternal()
50 heap->incremental_marking()->IsStopped() && in RunInternal()62 DCHECK(heap()->incremental_marking()->IsStopped()); in NotifyTimer()71 if (!heap()->incremental_marking()->IsStopped() && in NotifyTimer()
55 inline bool IsStopped() { return state() == STOPPED; } in IsStopped() function
852 if (!incremental_marking()->IsStopped()) { in GCTypeTimer()923 if (incremental_marking()->IsStopped()) { in ReportExternalMemoryPressure()986 !incremental_marking()->IsStopped()) { in CollectGarbage()1087 DCHECK(incremental_marking()->IsStopped()); in StartIncrementalMarking()1095 if (incremental_marking()->IsStopped()) { in StartIncrementalMarkingIfAllocationLimitIsReached()1497 DCHECK(incremental_marking()->IsStopped()); in MarkCompactEpilogue()4317 heap_state.incremental_marking_stopped = incremental_marking()->IsStopped(); in ComputeHeapState()4340 result = incremental_marking()->IsStopped(); in PerformIdleTimeAction()4483 if (FLAG_incremental_marking && incremental_marking()->IsStopped()) { in CheckMemoryPressure()4522 if (FLAG_incremental_marking && incremental_marking()->IsStopped()) { in CollectGarbageOnMemoryPressure()[all …]
928 if (IsStopped()) return; in Stop()1016 DCHECK(!IsStopped()); in AdvanceIncrementalMarking()
303 DCHECK(heap_->incremental_marking()->IsStopped()); in CollectGarbage()2393 CHECK(incremental_marking->IsStopped()); in MarkLiveObjects()