Home
last modified time | relevance | path

Searched refs:SwapPostZygoteWithPreZygote (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dintern_table.cc93 void InternTable::SwapPostZygoteWithPreZygote() { in SwapPostZygoteWithPreZygote() function in art::InternTable
95 weak_interns_.SwapPostZygoteWithPreZygote(); in SwapPostZygoteWithPreZygote()
96 strong_interns_.SwapPostZygoteWithPreZygote(); in SwapPostZygoteWithPreZygote()
318 void InternTable::Table::SwapPostZygoteWithPreZygote() { in SwapPostZygoteWithPreZygote() function in art::InternTable::Table
Dintern_table.h96 void SwapPostZygoteWithPreZygote()
133 void SwapPostZygoteWithPreZygote() EXCLUSIVE_LOCKS_REQUIRED(Locks::intern_table_lock_);
/art/runtime/gc/
Dheap.cc1965 Runtime::Current()->GetInternTable()->SwapPostZygoteWithPreZygote(); in PreZygoteFork()