Searched refs:gc_callbacks_depth_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/heap/
H A Dheap.cc160 gc_callbacks_depth_(0),
779 heap_->gc_callbacks_depth_++;
781 ~GCCallbacksScope() { heap_->gc_callbacks_depth_--; }
783 bool CheckReenter() { return heap_->gc_callbacks_depth_ == 1; }
H A Dheap.h2259 int gc_callbacks_depth_; member in class:v8::internal::Heap

Completed in 63 milliseconds