Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.h171 bool is_zygote; member
Dimage_space.cc322 bool is_zygote, in ImageCreationAllowed()
2496 bool is_zygote) in BootImageLoader()
3561 bool is_zygote, in LoadBootImage()
/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()
/art/runtime/gc/
Dheap.cc376 const bool is_zygote = runtime->IsZygote(); in Heap() local