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

  /art/runtime/
intern_table.h 97 void SwapPostZygoteWithPreZygote()
148 void SwapPostZygoteWithPreZygote() EXCLUSIVE_LOCKS_REQUIRED(Locks::intern_table_lock_);
169 // We call SwapPostZygoteWithPreZygote when we create the zygote to reduce private dirty pages
intern_table.cc 94 void InternTable::SwapPostZygoteWithPreZygote() {
96 weak_interns_.SwapPostZygoteWithPreZygote();
97 strong_interns_.SwapPostZygoteWithPreZygote();
369 void InternTable::Table::SwapPostZygoteWithPreZygote() {
  /art/runtime/gc/
heap.cc     [all...]

Completed in 67 milliseconds