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

/art/runtime/gc/
H A Dheap.h995 collector::GarbageCollector* FindCollectorByGcType(collector::GcType gc_type);
H A Dheap.cc2601 collector = FindCollectorByGcType(gc_type);
3422 collector::GarbageCollector* Heap::FindCollectorByGcType(collector::GcType gc_type) { function in class:art::gc::Heap
3465 collector::GarbageCollector* non_sticky_collector = FindCollectorByGcType(non_sticky_gc_type);

Completed in 2724 milliseconds