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 156 gc_callbacks_depth_(0),
776 heap_->gc_callbacks_depth_++;
778 ~GCCallbacksScope() { heap_->gc_callbacks_depth_--; }
780 bool CheckReenter() { return heap_->gc_callbacks_depth_ == 1; }
    [all...]
heap.h 2355 int gc_callbacks_depth_; member in class:v8::internal::GarbageCollectionReason::Heap
    [all...]

Completed in 75 milliseconds