Home
last modified time | relevance | path

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

/external/v8/src/heap/cppgc/
Dheap-base.cc87 heap_.no_gc_scope_++; in NoGCScope()
90 HeapBase::NoGCScope::~NoGCScope() { heap_.no_gc_scope_--; } in ~NoGCScope()
Dheap-base.h146 bool in_no_gc_scope() const { return no_gc_scope_ > 0; } in in_no_gc_scope()
173 size_t no_gc_scope_ = 0; variable