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

/art/runtime/
H A Druntime.cc229 bool Runtime::PreZygoteFork() { function in class:art::Runtime
230 heap_->PreZygoteFork();
/art/runtime/gc/
H A Dheap.cc1129 void Heap::PreZygoteFork() { function in class:art::gc::Heap
1141 VLOG(heap) << "Starting PreZygoteFork with alloc space size " << PrettySize(alloc_space_->Size());

Completed in 69 milliseconds