Lines Matching refs:base
23 #include "ecmascript/base/gc_ring_buffer.h"
179 static double CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer);
180 static double CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer,
208 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedIdleNewSpaceAllocations_;
209 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedIdleOldSpaceAllocations_;
216 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedMarkCompacts_;
217 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedEdenSpaceAllocations_;
218 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedNewSpaceAllocations_;
219 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedOldSpaceAllocations_;
220 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedNonmovableSpaceAllocations_;
221 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedCodeSpaceAllocations_;
223 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedConcurrentMarks_;
224 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedEdenConcurrentMarks_;
225 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedSemiConcurrentMarks_;
226 base::GCRingBuffer<double, LENGTH> recordedSurvivalRates_;
227 base::GCRingBuffer<double, LENGTH> recordedEdenSurvivalRates_;