Searched refs:disallow_gc_scope_ (Results 1 – 3 of 3) sorted by relevance
24 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()
185 bool in_disallow_gc_scope() const { return disallow_gc_scope_ > 0; } in in_disallow_gc_scope()272 size_t disallow_gc_scope_ = 0; variable
202 disallow_gc_scope_++; in Terminate()