Searched defs:is_zygote (Results 1 – 6 of 6) sorted by relevance
170 bool is_zygote; member
327 bool is_zygote, in ImageCreationAllowed()1368 bool is_zygote) in BootImageLoader()1973 bool is_zygote, in LoadBootImage()
280 jboolean is_zygote, in ZygoteHooks_nativePostForkChild()
193 bool is_zygote, in InitializeMappings()359 bool is_zygote, in Create()2243 void JitCodeCache::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
1010 void Jit::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
327 const bool is_zygote = runtime->IsZygote(); in Heap() local