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

/art/runtime/gc/
H A Dheap.h693 void RequestCollectorTransition(CollectorType desired_collector_type, uint64_t delta_time)
H A Dheap.cc665 RequestCollectorTransition(foreground_collector_type_, 0);
671 RequestCollectorTransition(background_collector_type_,
2995 void Heap::RequestCollectorTransition(CollectorType desired_collector_type, uint64_t delta_time) { function in class:art::gc::Heap

Completed in 12 milliseconds