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

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

Completed in 114 milliseconds