Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/collector/
H A Diteration.h74 uint64_t GetEstimatedThroughput() const;
H A Dgarbage_collector.cc62 uint64_t Iteration::GetEstimatedThroughput() const { in GetEstimatedThroughput() function in art::gc::collector::Iteration
216 throughput = current_iteration->GetEstimatedThroughput() / MB; in Run()
/aosp12/art/runtime/gc/
H A Dheap.cc3585 if (current_gc_iteration_.GetEstimatedThroughput() * sticky_gc_throughput_adjustment >= in GrowForUtilization()