Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc1335 CollectorType desired_collector_type = desired_collector_type_; in DoPendingCollectorTransition() local
1337 if (desired_collector_type == kCollectorTypeHomogeneousSpaceCompact) { in DoPendingCollectorTransition()
1343 } else if (desired_collector_type == kCollectorTypeCCBackground) { in DoPendingCollectorTransition()
1354 TransitionCollector(desired_collector_type); in DoPendingCollectorTransition()
3781 void Heap::RequestCollectorTransition(CollectorType desired_collector_type, uint64_t delta_time) { in RequestCollectorTransition() argument
3783 desired_collector_type_ = desired_collector_type; in RequestCollectorTransition()
Dheap.h956 void RequestCollectorTransition(CollectorType desired_collector_type, uint64_t delta_time)