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

  /external/v8/src/heap/
heap-inl.h 700 heap_->always_allocate_scope_count_.Increment(1);
705 heap_->always_allocate_scope_count_.Increment(-1);
heap.h 2192 AtomicNumber<size_t> always_allocate_scope_count_; member in class:v8::internal::Heap
    [all...]
heap.cc 93 always_allocate_scope_count_(0),
    [all...]

Completed in 221 milliseconds