Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.cc137 recorded_old_generation_allocations_.Reset(); in ResetForTesting()
347 recorded_old_generation_allocations_.Push( in AddAllocation()
806 return AverageSpeed(recorded_old_generation_allocations_, in OldGenerationAllocationThroughputInBytesPerMillisecond()
Dgc-tracer.h436 base::RingBuffer<BytesAndDuration> recorded_old_generation_allocations_; variable