Searched refs:in_no_gc_scope (Results 1 – 3 of 3) sorted by relevance
110 if (in_no_gc_scope()) return; in CollectGarbage()126 if (IsMarking() || in_no_gc_scope()) return; in StartIncrementalGarbageCollection()138 DCHECK(!in_no_gc_scope()); in FinalizeIncrementalGarbageCollectionIfRunning()147 DCHECK(!in_no_gc_scope()); in StartGarbageCollection()168 DCHECK(!in_no_gc_scope()); in FinalizeGarbageCollection()217 DCHECK(!in_no_gc_scope()); in StartIncrementalGarbageCollectionForTesting()226 DCHECK(!in_no_gc_scope()); in FinalizeIncrementalGarbageCollectionForTesting()
222 bool in_no_gc_scope() const { return no_gc_scope_ > 0; } in in_no_gc_scope() function
683 if (in_no_gc_scope()) return; in RunMinorGC()723 if (sweeper().IsSweepingOnMutatorThread() || in_no_gc_scope() || !isolate_) { in ReportBufferedAllocationSizeIfPossible()744 if (in_no_gc_scope()) return; in CollectGarbageForTesting()781 DCHECK(!in_no_gc_scope()); in StartIncrementalGarbageCollectionForTesting()793 DCHECK(!in_no_gc_scope()); in FinalizeIncrementalGarbageCollectionForTesting()