Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.cc134 recorded_mark_compacts_.Reset(); in ResetForTesting()
274 recorded_mark_compacts_.Push( in Stop()
749 return AverageSpeed(recorded_mark_compacts_); in MarkCompactSpeedInBytesPerMillisecond()
Dgc-tracer.h421 base::RingBuffer<BytesAndDuration> recorded_mark_compacts_; variable