Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h986 collector::GarbageCollector* FindCollectorByGcType(collector::GcType gc_type);
Dheap.cc2733 collector = FindCollectorByGcType(gc_type); in CollectGarbageInternal()
3559 collector::GarbageCollector* Heap::FindCollectorByGcType(collector::GcType gc_type) { in FindCollectorByGcType() function in art::gc::Heap
3599 collector::GarbageCollector* non_sticky_collector = FindCollectorByGcType(non_sticky_gc_type); in GrowForUtilization()