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

  /external/v8/src/heap/
heap-inl.h 185 new_space_allocation_counter_ = NewSpaceAllocationCounter();
189 return new_space_allocation_counter_ + new_space()->AllocatedSinceLastGC();
heap.h 2308 size_t new_space_allocation_counter_; member in class:v8::internal::GarbageCollectionReason::Heap
    [all...]
heap.cc 144 new_space_allocation_counter_(0),
    [all...]

Completed in 122 milliseconds