Searched defs:FindCollectorByGcType (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc2152 collector = FindCollectorByGcType(gc_type);
2844 collector::GarbageCollector* Heap::FindCollectorByGcType(collector::GcType gc_type) { function in class:art::gc::Heap
2887 collector::GarbageCollector* non_sticky_collector = FindCollectorByGcType(non_sticky_gc_type);

Completed in 14 milliseconds