Home
last modified time | relevance | path

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

/art/test/2031-zygote-compiled-frame-deopt/
Dnative-wait.cc43 runtime->SetAsZygoteChild(/*is_system_server=*/false, /*is_zygote=*/false); in Java_art_Test2031_simulateZygoteFork()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc298 Runtime::Current()->SetAsZygoteChild(is_system_server, is_zygote); in ZygoteHooks_nativePostForkChild()
/art/runtime/
Druntime.h188 void SetAsZygoteChild(bool is_system_server, bool is_zygote) { in SetAsZygoteChild() function