Searched refs:FindCollectorByGcType (Results 1 – 2 of 2) sorted by relevance
2665 collector = FindCollectorByGcType(gc_type); in CollectGarbageInternal()3498 collector::GarbageCollector* Heap::FindCollectorByGcType(collector::GcType gc_type) { in FindCollectorByGcType() function in art::gc::Heap3540 collector::GarbageCollector* non_sticky_collector = FindCollectorByGcType(non_sticky_gc_type); in GrowForUtilization()3543 non_sticky_collector = FindCollectorByGcType(collector::kGcTypePartial); in GrowForUtilization()
1113 collector::GarbageCollector* FindCollectorByGcType(collector::GcType gc_type);