Home
last modified time | relevance | path

Searched refs:GetIterations (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/runtime/gc/collector/
H A Dgarbage_collector.h104 return GetCumulativeTimings().GetIterations(); in NumberOfIterations()
H A Dgarbage_collector.cc313 const size_t iterations = logger.GetIterations(); in DumpPerformanceInfo()
H A Dconcurrent_copying.cc3861 size_t num_gc_cycles = GetCumulativeTimings().GetIterations(); in DumpPerformanceInfo()
/aosp12/art/runtime/base/
H A Dtiming_logger.h47 size_t GetIterations() const REQUIRES(!GetLock());
H A Dtiming_logger.cc81 size_t CumulativeLogger::GetIterations() const { in GetIterations() function in art::CumulativeLogger
/aosp12/art/runtime/gc/
H A Dheap.cc1290 gc_count += collector->GetCumulativeTimings().GetIterations(); in GetGcCount()