Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h906 void RequestCollectorTransition(CollectorType desired_collector_type, uint64_t delta_time)
Dheap.cc951 RequestCollectorTransition(foreground_collector_type_, 0); in UpdateProcessState()
957 RequestCollectorTransition(background_collector_type_, in UpdateProcessState()
3753 void Heap::RequestCollectorTransition(CollectorType desired_collector_type, uint64_t delta_time) { in RequestCollectorTransition() function in art::gc::Heap