Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2115 const bool copying_transition = IsMovingGc(collector_type_) != IsMovingGc(collector_type); in TransitionCollector() local
2124 if (!copying_transition || disable_moving_gc_count_ == 0) { in TransitionCollector()
2126 collector_type_running_ = copying_transition ? kCollectorTypeSS : collector_type; in TransitionCollector()