Searched defs:is_zygote (Results 1 – 9 of 9) sorted by relevance
171 bool is_zygote; member
496 bool is_zygote = Runtime::Current()->IsZygote(); in RepackEntries() local601 bool is_zygote = Runtime::Current()->IsZygote(); in AddNativeDebugInfoForJit() local
48 bool is_zygote, in Initialize()
210 bool is_zygote, in Create()1792 void JitCodeCache::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
1664 void Jit::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
299 jboolean is_zygote, in ZygoteHooks_nativePostForkChild()
714 bool is_zygote = false; in GetTempSymFile() local
191 void SetAsZygoteChild(bool is_system_server, bool is_zygote) { in SetAsZygoteChild()
417 const bool is_zygote = runtime->IsZygote(); in Heap() local