Searched refs:mark_compactor_events_ (Results 1 – 2 of 2) sorted by relevance
177 mark_compactor_events_.push_front(current_); in Stop()373 if (mark_compactor_events_.empty()) { in MeanIncrementalMarkingDuration()380 EventBuffer::const_iterator iter = mark_compactor_events_.begin(); in MeanIncrementalMarkingDuration()381 while (iter != mark_compactor_events_.end()) { in MeanIncrementalMarkingDuration()396 if (mark_compactor_events_.empty()) return longest_incremental_marking_step_; in MaxIncrementalMarkingDuration()399 EventBuffer::const_iterator iter = mark_compactor_events_.begin(); in MaxIncrementalMarkingDuration()400 while (iter != mark_compactor_events_.end()) in MaxIncrementalMarkingDuration()412 if (mark_compactor_events_.empty()) { in IncrementalMarkingSpeedInBytesPerMillisecond()419 EventBuffer::const_iterator iter = mark_compactor_events_.begin(); in IncrementalMarkingSpeedInBytesPerMillisecond()420 while (iter != mark_compactor_events_.end()) { in IncrementalMarkingSpeedInBytesPerMillisecond()[all …]
292 return MeanDuration(mark_compactor_events_); in MeanMarkCompactorDuration()298 return MaxDuration(mark_compactor_events_); in MaxMarkCompactorDuration()357 EventBuffer mark_compactor_events_; variable