Searched refs:no_gc_scope_ (Results 1 – 2 of 2) sorted by relevance
87 heap_.no_gc_scope_++; in NoGCScope()90 HeapBase::NoGCScope::~NoGCScope() { heap_.no_gc_scope_--; } in ~NoGCScope()
146 bool in_no_gc_scope() const { return no_gc_scope_ > 0; } in in_no_gc_scope()173 size_t no_gc_scope_ = 0; variable