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

/art/runtime/gc/
H A Dheap.cc109 static constexpr bool kCompactZygote = kMovingCollector; member in namespace:art::gc
691 // happen in the future. If this happens and we have kCompactZygote enabled we wish to compact
694 if (kCompactZygote && Runtime::Current()->IsZygote() && !can_move_objects) {
2304 if (kCompactZygote) {

Completed in 925 milliseconds