Searched refs:SwapPostZygoteWithPreZygote (Results 1 – 3 of 3) sorted by relevance
93 void InternTable::SwapPostZygoteWithPreZygote() { in SwapPostZygoteWithPreZygote() function in art::InternTable95 weak_interns_.SwapPostZygoteWithPreZygote(); in SwapPostZygoteWithPreZygote()96 strong_interns_.SwapPostZygoteWithPreZygote(); in SwapPostZygoteWithPreZygote()318 void InternTable::Table::SwapPostZygoteWithPreZygote() { in SwapPostZygoteWithPreZygote() function in art::InternTable::Table
96 void SwapPostZygoteWithPreZygote()133 void SwapPostZygoteWithPreZygote() EXCLUSIVE_LOCKS_REQUIRED(Locks::intern_table_lock_);
1965 Runtime::Current()->GetInternTable()->SwapPostZygoteWithPreZygote(); in PreZygoteFork()