Lines Matching refs:LENGTH
138 static constexpr int LENGTH = 10;
139 static double CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer);
140 static double CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer,
166 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedMarkCompacts_;
167 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedNewSpaceAllocations_;
168 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedOldSpaceAllocations_;
169 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedNonmovableSpaceAllocations_;
170 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedCodeSpaceAllocations_;
172 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedConcurrentMarks_;
173 base::GCRingBuffer<BytesAndDuration, LENGTH> recordedSemiConcurrentMarks_;
174 base::GCRingBuffer<double, LENGTH> recordedSurvivalRates_;