Searched refs:non_sticky_collector (Results 1 – 1 of 1) sorted by relevance
3569 collector::GarbageCollector* non_sticky_collector = FindCollectorByGcType(non_sticky_gc_type); in GrowForUtilization() local3571 if (non_sticky_collector == nullptr) { in GrowForUtilization()3572 non_sticky_collector = FindCollectorByGcType(collector::kGcTypePartial); in GrowForUtilization()3574 CHECK(non_sticky_collector != nullptr); in GrowForUtilization()3586 non_sticky_collector->GetEstimatedMeanThroughput() && in GrowForUtilization()3587 non_sticky_collector->NumberOfIterations() > 0 && in GrowForUtilization()