Searched defs:is_zygote (Results 1 – 9 of 9) sorted by relevance
171 bool is_zygote; member
322 bool is_zygote, in ImageCreationAllowed()2496 bool is_zygote) in BootImageLoader()3561 bool is_zygote, in LoadBootImage()
493 bool is_zygote = Runtime::Current()->IsZygote(); in RepackEntries() local598 bool is_zygote = Runtime::Current()->IsZygote(); in AddNativeDebugInfoForJit() local
47 bool is_zygote, in Initialize()
209 bool is_zygote, in Create()1936 void JitCodeCache::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
1734 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()
378 const bool is_zygote = runtime->IsZygote(); in Heap() local