Home | History | Annotate | Download | only in heap

Lines Matching refs:gc_callbacks_depth_

225       gc_callbacks_depth_(0),
1048 heap_->gc_callbacks_depth_++;
1050 ~GCCallbacksScope() { heap_->gc_callbacks_depth_--; }
1052 bool CheckReenter() { return heap_->gc_callbacks_depth_ == 1; }