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

  /art/runtime/gc/
heap_test.cc 82 TEST_F(ZygoteHeapTest, PreZygoteFork) {
83 // Exercise Heap::PreZygoteFork() to check it does not crash.
84 Runtime::Current()->GetHeap()->PreZygoteFork();
heap.h 563 void PreZygoteFork() NO_THREAD_SAFETY_ANALYSIS;
    [all...]
heap.cc 90 // Whether or not we compact the zygote in PreZygoteFork.
389 // PreZygoteFork the first time. In this case, call the map "zygote space" since we can't
    [all...]
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 147 runtime->PreZygoteFork();
  /art/runtime/
runtime.h 461 void PreZygoteFork();
runtime.cc 429 void Runtime::PreZygoteFork() {
430 heap_->PreZygoteFork();
    [all...]

Completed in 104 milliseconds