Home
last modified time | relevance | path

Searched refs:in_disallow_gc_scope (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dobject-allocator.h60 bool in_disallow_gc_scope() const;
84 DCHECK(!in_disallow_gc_scope()); in AllocateObject()
95 DCHECK(!in_disallow_gc_scope()); in AllocateObject()
106 DCHECK(!in_disallow_gc_scope()); in AllocateObject()
117 DCHECK(!in_disallow_gc_scope()); in AllocateObject()
H A Dobject-allocator.cc143 CHECK(!in_disallow_gc_scope()); in OutOfLineAllocateImpl()
247 bool ObjectAllocator::in_disallow_gc_scope() const { in in_disallow_gc_scope() function in cppgc::internal::ObjectAllocator
248 return raw_heap_.heap()->in_disallow_gc_scope(); in in_disallow_gc_scope()
H A Dheap-consistency.cc18 return !heap_base.in_disallow_gc_scope(); in IsGarbageCollectionAllowed()
H A Dheap-base.cc150 CHECK(!in_disallow_gc_scope()); in Terminate()
H A Dheap-base.h185 bool in_disallow_gc_scope() const { return disallow_gc_scope_ > 0; } in in_disallow_gc_scope() function in cppgc::internal::HeapBase
H A Dheap.cc169 CHECK(!in_disallow_gc_scope()); in FinalizeGarbageCollection()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc612 CHECK(!in_disallow_gc_scope()); in EnterFinalPause()

Completed in 5 milliseconds