Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dincremental-marking-job.cc19 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()
Dmemory-reducer.cc49 heap->incremental_marking()->IsStopped() && in RunInternal()
70 DCHECK(heap()->incremental_marking()->IsStopped()); in NotifyTimer()
78 if (!heap()->incremental_marking()->IsStopped() && in NotifyTimer()
Dincremental-marking.h68 inline bool IsStopped() { return state() == STOPPED; } in IsStopped() function
Dincremental-marking.cc937 if (IsStopped()) return; in Stop()
1024 DCHECK(!IsStopped()); in AdvanceIncrementalMarking()
1050 if (IsStopped() && ShouldActivateEvenWithoutIdleNotification()) { in OldSpaceStep()
Dheap.cc851 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()
Dheap-inl.h385 if (!incremental_marking()->IsStopped()) return false; in OldGenerationAllocationLimitReached()
Dmark-compact.cc370 DCHECK(heap_->incremental_marking()->IsStopped()); in CollectGarbage()
/external/v8/test/cctest/heap/
Dtest-incremental-marking.cc137 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()
Dutils-inl.h118 CHECK(marking->IsMarking() || marking->IsStopped());
119 if (marking->IsStopped()) {
Dtest-heap.cc2604 !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()
/external/v8/test/cctest/
Dtest-api.cc17289 if (i < 10 && CcTest::heap()->incremental_marking()->IsStopped()) { in TEST()