Home
last modified time | relevance | path

Searched defs:is_zygote (Results 1 – 7 of 7) sorted by relevance

/art/runtime/gc/space/
Dlarge_object_space.h171 bool is_zygote; member
/art/runtime/jit/
Ddebugger_interface.cc480 bool is_zygote = Runtime::Current()->IsZygote(); in RepackEntries() local
573 bool is_zygote = Runtime::Current()->IsZygote(); in AddNativeDebugInfoForJit() local
Djit_memory_region.cc47 bool is_zygote, in Initialize()
Djit_code_cache.cc205 bool is_zygote, in Create()
1829 void JitCodeCache::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
Djit.cc1718 void Jit::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc293 jboolean is_zygote, in ZygoteHooks_nativePostForkChild()
/art/runtime/
Druntime.h188 void SetAsZygoteChild(bool is_system_server, bool is_zygote) { in SetAsZygoteChild()