Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc152 static constexpr bool kCompactZygote = kMovingCollector; variable
879 if (kCompactZygote && Runtime::Current()->IsZygote() && !can_move_objects) { in CreateMainMallocSpace()
2333 if (kCompactZygote) { in PreZygoteFork()