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

  /art/runtime/
runtime.h 385 bool PreZygoteFork();
runtime.cc 229 bool Runtime::PreZygoteFork() {
230 heap_->PreZygoteFork();
    [all...]
  /art/runtime/native/
dalvik_system_Zygote.cc 412 if (!runtime->PreZygoteFork()) {
  /art/runtime/gc/
heap.h 360 void PreZygoteFork() LOCKS_EXCLUDED(Locks::heap_bitmap_lock_);
heap.cc     [all...]

Completed in 171 milliseconds