Searched refs:ShouldAbortIncrementalMarking (Results 1 – 4 of 4) sorted by relevance
1705 !ShouldAbortIncrementalMarking()); in set_current_gc_flags()1712 inline bool ShouldAbortIncrementalMarking() const { in ShouldAbortIncrementalMarking() function
680 heap()->ShouldAbortIncrementalMarking() || in RetainMaps()
979 !ShouldAbortIncrementalMarking() && !incremental_marking()->IsStopped() && in CollectGarbage()1051 if (!ShouldAbortIncrementalMarking() && incremental_marking()->IsStopped() && in CollectGarbage()
868 if (was_marked_incrementally_ && heap_->ShouldAbortIncrementalMarking()) { in Prepare()