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

/art/runtime/gc/
H A Dheap.cc1626 const bool copying_transition = IsMovingGc(collector_type_) != IsMovingGc(collector_type); local
1635 if (!copying_transition || disable_moving_gc_count_ == 0) {
1637 collector_type_running_ = copying_transition ? kCollectorTypeSS : collector_type;

Completed in 27 milliseconds