Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dheap-consistency.cc24 heap_base.disallow_gc_scope_++; in Enter()
30 DCHECK_GT(heap_base.disallow_gc_scope_, 0); in Leave()
31 heap_base.disallow_gc_scope_--; in Leave()
Dheap-base.h185 bool in_disallow_gc_scope() const { return disallow_gc_scope_ > 0; } in in_disallow_gc_scope()
272 size_t disallow_gc_scope_ = 0; variable
Dheap-base.cc202 disallow_gc_scope_++; in Terminate()