Home
last modified time | relevance | path

Searched refs:new_space_allocation_events_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dgc-tracer.cc316 new_space_allocation_events_.push_front(AllocationEvent( in AddAllocation()
824 new_space_allocation_events_.begin(); in NewSpaceAllocationThroughputInBytesPerMillisecond()
826 while (iter != new_space_allocation_events_.end() && in NewSpaceAllocationThroughputInBytesPerMillisecond()
Dgc-tracer.h532 AllocationEventBuffer new_space_allocation_events_; variable