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

/art/runtime/
H A Druntime.cc315 void Runtime::PreZygoteFork() { function in class:art::Runtime
316 heap_->PreZygoteFork();
/art/runtime/gc/
H A Dheap.cc92 // Whether or not we compact the zygote in PreZygoteFork.
278 // PreZygoteFork the first time. In this case, call the map "zygote space" since we can't
1957 void Heap::PreZygoteFork() { function in class:art::gc::Heap
1967 VLOG(heap) << "Starting PreZygoteFork";

Completed in 79 milliseconds