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

/art/runtime/
H A Druntime.cc310 void Runtime::PreZygoteFork() { function in class:art::Runtime
311 heap_->PreZygoteFork();
/art/runtime/gc/
H A Dheap.cc93 // Whether or not we compact the zygote in PreZygoteFork.
1903 void Heap::PreZygoteFork() { function in class:art::gc::Heap
1911 VLOG(heap) << "Starting PreZygoteFork";

Completed in 146 milliseconds