Searched defs:is_zygote (Results 1 – 7 of 7) sorted by relevance
171 bool is_zygote; member
480 bool is_zygote = Runtime::Current()->IsZygote(); in RepackEntries() local573 bool is_zygote = Runtime::Current()->IsZygote(); in AddNativeDebugInfoForJit() local
47 bool is_zygote, in Initialize()
205 bool is_zygote, in Create()1829 void JitCodeCache::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
1718 void Jit::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
293 jboolean is_zygote, in ZygoteHooks_nativePostForkChild()
188 void SetAsZygoteChild(bool is_system_server, bool is_zygote) { in SetAsZygoteChild()