Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.cc318 old_generation_allocation_events_.push_front( in AddAllocation()
844 old_generation_allocation_events_.begin(); in OldGenerationAllocationThroughputInBytesPerMillisecond()
846 while (iter != old_generation_allocation_events_.end() && in OldGenerationAllocationThroughputInBytesPerMillisecond()
Dgc-tracer.h533 AllocationEventBuffer old_generation_allocation_events_; variable