Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.h170 bool is_zygote; member
Dimage_space.cc327 bool is_zygote, in ImageCreationAllowed()
1368 bool is_zygote) in BootImageLoader()
1973 bool is_zygote, in LoadBootImage()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc280 jboolean is_zygote, in ZygoteHooks_nativePostForkChild()
/art/runtime/jit/
Djit_code_cache.cc193 bool is_zygote, in InitializeMappings()
359 bool is_zygote, in Create()
2243 void JitCodeCache::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
Djit.cc1010 void Jit::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
/art/runtime/gc/
Dheap.cc327 const bool is_zygote = runtime->IsZygote(); in Heap() local