Searched refs:IsStopped (Results 1 – 11 of 11) sorted by relevance
19 DCHECK(!heap->incremental_marking()->IsStopped()); in Start()71 if (incremental_marking->IsStopped()) { in Step()86 return incremental_marking->IsStopped() ? kDone : kMoreWork; in Step()133 if (!incremental_marking->IsStopped()) { in RunInternal()138 if (!incremental_marking->IsStopped()) { in RunInternal()
49 heap->incremental_marking()->IsStopped() && in RunInternal()70 DCHECK(heap()->incremental_marking()->IsStopped()); in NotifyTimer()78 if (!heap()->incremental_marking()->IsStopped() && in NotifyTimer()
68 inline bool IsStopped() { return state() == STOPPED; } in IsStopped() function
937 if (IsStopped()) return; in Stop()1024 DCHECK(!IsStopped()); in AdvanceIncrementalMarking()1050 if (IsStopped() && ShouldActivateEvenWithoutIdleNotification()) { in OldSpaceStep()
851 if (!incremental_marking()->IsStopped()) { in GCTypeTimer()911 if (incremental_marking()->IsStopped()) { in ReportExternalMemoryPressure()972 if (collector == SCAVENGER && !incremental_marking()->IsStopped()) { in CollectGarbage()979 !ShouldAbortIncrementalMarking() && !incremental_marking()->IsStopped() && in CollectGarbage()1051 if (!ShouldAbortIncrementalMarking() && incremental_marking()->IsStopped() && in CollectGarbage()1083 DCHECK(incremental_marking()->IsStopped()); in StartIncrementalMarking()1329 DCHECK(incremental_marking()->IsStopped()); in PerformGarbageCollection()4164 heap_state.incremental_marking_stopped = incremental_marking()->IsStopped(); in ComputeHeapState()
385 if (!incremental_marking()->IsStopped()) return false; in OldGenerationAllocationLimitReached()
370 DCHECK(heap_->incremental_marking()->IsStopped()); in CollectGarbage()
137 CHECK(marking->IsStopped()); in TEST()163 CHECK(marking->IsStopped()); in TEST()189 while (!marking->IsStopped() && platform.PendingDelayedTask()) { in TEST()193 CHECK(marking->IsStopped()); in TEST()
118 CHECK(marking->IsMarking() || marking->IsStopped());119 if (marking->IsStopped()) {
2604 !marking->IsStopped()) { in TEST()4655 if (marking->IsStopped()) { in TEST()5403 if (marking->IsStopped()) { in TEST()5735 if (marking->IsStopped()) { in TEST()5744 !marking->IsStopped()) { in TEST()
17289 if (i < 10 && CcTest::heap()->incremental_marking()->IsStopped()) { in TEST()