Searched refs:gc_callbacks_depth_ (Results 1 – 2 of 2) sorted by relevance
2395 int gc_callbacks_depth_ = 0; variable
1508 heap_->gc_callbacks_depth_++; in GCCallbacksScope()1510 ~GCCallbacksScope() { heap_->gc_callbacks_depth_--; } in ~GCCallbacksScope()1512 bool CheckReenter() { return heap_->gc_callbacks_depth_ == 1; } in CheckReenter()