Home
last modified time | relevance | path

Searched refs:in_no_gc_scope (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dheap.cc110 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()
Dheap-base.h222 bool in_no_gc_scope() const { return no_gc_scope_ > 0; } in in_no_gc_scope() function
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc683 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()