Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3663 collector::GarbageCollector* non_sticky_collector = FindCollectorByGcType(non_sticky_gc_type); in GrowForUtilization() local
3665 if (non_sticky_collector == nullptr) { in GrowForUtilization()
3666 non_sticky_collector = FindCollectorByGcType(collector::kGcTypePartial); in GrowForUtilization()
3668 CHECK(non_sticky_collector != nullptr); in GrowForUtilization()
3680 non_sticky_collector->GetEstimatedMeanThroughput() && in GrowForUtilization()
3681 non_sticky_collector->NumberOfIterations() > 0 && in GrowForUtilization()