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

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

Completed in 127 milliseconds