Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dlarge_object_space.h171 bool is_zygote; member
/aosp12/art/runtime/jit/
H A Ddebugger_interface.cc496 bool is_zygote = Runtime::Current()->IsZygote(); in RepackEntries() local
601 bool is_zygote = Runtime::Current()->IsZygote(); in AddNativeDebugInfoForJit() local
H A Djit_memory_region.cc48 bool is_zygote, in Initialize()
H A Djit_code_cache.cc210 bool is_zygote, in Create()
1792 void JitCodeCache::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
H A Djit.cc1664 void Jit::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
/aosp12/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc299 jboolean is_zygote, in ZygoteHooks_nativePostForkChild()
/aosp12/system/extras/simpleperf/
H A DJITDebugReader.cpp714 bool is_zygote = false; in GetTempSymFile() local
/aosp12/art/runtime/
H A Druntime.h191 void SetAsZygoteChild(bool is_system_server, bool is_zygote) { in SetAsZygoteChild()
/aosp12/art/runtime/gc/
H A Dheap.cc417 const bool is_zygote = runtime->IsZygote(); in Heap() local