Home
last modified time | relevance | path

Searched refs:GetEstimatedMeanThroughput (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dgarbage_collector.h97 uint64_t GetEstimatedMeanThroughput() const;
Dgarbage_collector.cc209 uint64_t GarbageCollector::GetEstimatedMeanThroughput() const { in GetEstimatedMeanThroughput() function in art::gc::collector::GarbageCollector
/art/runtime/gc/
Dheap.cc3555 non_sticky_collector->GetEstimatedMeanThroughput() && in GrowForUtilization()