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

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

Completed in 28 milliseconds