Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h1083 void RequestCollectorTransition(CollectorType desired_collector_type, uint64_t delta_time)
Dheap.cc998 RequestCollectorTransition(foreground_collector_type_, 0); in UpdateProcessState()
1006 RequestCollectorTransition(background_collector_type_, in UpdateProcessState()
3754 void Heap::RequestCollectorTransition(CollectorType desired_collector_type, uint64_t delta_time) { in RequestCollectorTransition() function in art::gc::Heap