Searched refs:ShouldAbortIncrementalMarking (Results 1 – 4 of 4) sorted by relevance
1554 !ShouldAbortIncrementalMarking()); in set_current_gc_flags()1561 inline bool ShouldAbortIncrementalMarking() const { in ShouldAbortIncrementalMarking() function
671 heap()->ShouldAbortIncrementalMarking() || in RetainMaps()
974 !ShouldAbortIncrementalMarking() && !incremental_marking()->IsStopped() && in CollectGarbage()1046 if (!ShouldAbortIncrementalMarking() && incremental_marking()->IsStopped() && in CollectGarbage()
845 if (was_marked_incrementally_ && heap_->ShouldAbortIncrementalMarking()) { in Prepare()