Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dheap-consistency.cc47 heap_base.no_gc_scope_++; in Enter()
53 DCHECK_GT(heap_base.no_gc_scope_, 0); in Leave()
54 heap_base.no_gc_scope_--; in Leave()
Dheap-base.h222 bool in_no_gc_scope() const { return no_gc_scope_ > 0; } in in_no_gc_scope()
271 size_t no_gc_scope_ = 0; variable
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc441 no_gc_scope_++; in CppHeap()
471 no_gc_scope_--; in AttachIsolate()
497 no_gc_scope_++; in DetachIsolate()
774 no_gc_scope_--; in EnableDetachedGarbageCollectionsForTesting()