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

/art/runtime/gc/
H A Dheap.h965 void RequestCollectorTransition(CollectorType desired_collector_type, uint64_t delta_time)
H A Dheap.cc880 RequestCollectorTransition(foreground_collector_type_, 0);
887 RequestCollectorTransition(background_collector_type_,
3650 void Heap::RequestCollectorTransition(CollectorType desired_collector_type, uint64_t delta_time) { function in class:art::gc::Heap

Completed in 432 milliseconds