Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.h171 bool is_zygote; member
/art/runtime/base/
Dgc_visited_arena_pool.cc108 GcVisitedArenaPool::GcVisitedArenaPool(bool low_4gb, bool is_zygote, const char* name) in GcVisitedArenaPool()
/art/runtime/jit/
Ddebugger_interface.cc496 bool is_zygote = Runtime::Current()->IsZygote(); in RepackEntries() local
601 bool is_zygote = Runtime::Current()->IsZygote(); in AddNativeDebugInfoForJit() local
Djit_memory_region.cc48 bool is_zygote, in Initialize()
Djit_code_cache.cc199 bool is_zygote, in Create()
1890 void JitCodeCache::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
Djit.cc1634 void Jit::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc299 jboolean is_zygote, in ZygoteHooks_nativePostForkChild()
/art/runtime/
Druntime.h209 void SetAsZygoteChild(bool is_system_server, bool is_zygote) { in SetAsZygoteChild()
/art/runtime/gc/collector/
Dmark_compact.cc987 bool is_zygote = Runtime::Current()->IsZygote(); in PrepareForCompaction() local
4239 bool is_zygote = Runtime::Current()->IsZygote(); in FinishPhase() local
/art/runtime/gc/
Dheap.cc448 const bool is_zygote = runtime->IsZygote(); in Heap() local