Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.cc136 recorded_new_generation_allocations_.Reset(); in ResetForTesting()
344 recorded_new_generation_allocations_.Push( in AddAllocation()
798 return AverageSpeed(recorded_new_generation_allocations_, in NewSpaceAllocationThroughputInBytesPerMillisecond()
Dgc-tracer.h435 base::RingBuffer<BytesAndDuration> recorded_new_generation_allocations_; variable