HomeSort by relevance Sort by last modified time
    Searched refs:gc_callbacks_depth_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/heap/
heap.cc 164 gc_callbacks_depth_(0),
786 heap_->gc_callbacks_depth_++;
788 ~GCCallbacksScope() { heap_->gc_callbacks_depth_--; }
790 bool CheckReenter() { return heap_->gc_callbacks_depth_ == 1; }
    [all...]
heap.h 2404 int gc_callbacks_depth_; member in class:v8::internal::Heap
    [all...]

Completed in 144 milliseconds