Home
last modified time | relevance | path

Searched refs:ShouldAbortIncrementalMarking (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dheap.h1554 !ShouldAbortIncrementalMarking()); in set_current_gc_flags()
1561 inline bool ShouldAbortIncrementalMarking() const { in ShouldAbortIncrementalMarking() function
Dincremental-marking.cc671 heap()->ShouldAbortIncrementalMarking() || in RetainMaps()
Dheap.cc974 !ShouldAbortIncrementalMarking() && !incremental_marking()->IsStopped() && in CollectGarbage()
1046 if (!ShouldAbortIncrementalMarking() && incremental_marking()->IsStopped() && in CollectGarbage()
Dmark-compact.cc845 if (was_marked_incrementally_ && heap_->ShouldAbortIncrementalMarking()) { in Prepare()