HomeSort by relevance Sort by last modified time
    Searched refs:PreZygoteFork (Results 1 - 5 of 5) sorted by null

  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 105 runtime->PreZygoteFork();
  /art/runtime/
runtime.h 406 void PreZygoteFork();
runtime.cc 315 void Runtime::PreZygoteFork() {
316 heap_->PreZygoteFork();
    [all...]
  /art/runtime/gc/
heap.h 488 void PreZygoteFork() NO_THREAD_SAFETY_ANALYSIS;
    [all...]
heap.cc 92 // 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
    [all...]

Completed in 72 milliseconds