Searched refs:is_system_server (Results 1 – 7 of 7) sorted by relevance
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 279 jboolean is_system_server, in ZygoteHooks_nativePostForkChild() argument 282 DCHECK(!(is_system_server && is_zygote)); in ZygoteHooks_nativePostForkChild() 298 if ((runtime_flags & ONLY_USE_SYSTEM_OAT_FILES) != 0 || is_system_server) { in ZygoteHooks_nativePostForkChild() 303 !is_system_server); in ZygoteHooks_nativePostForkChild() 322 if (!is_system_server) { in ZygoteHooks_nativePostForkChild() 328 runtime->GetJit()->PostForkChildAction(is_system_server, is_zygote); in ZygoteHooks_nativePostForkChild() 374 DCHECK(!(is_system_server && do_hidden_api_checks)) in ZygoteHooks_nativePostForkChild() 395 if (instruction_set != nullptr && !is_system_server) { in ZygoteHooks_nativePostForkChild() 402 runtime->InitNonZygoteOrPostFork(env, is_system_server, action, isa_string.c_str()); in ZygoteHooks_nativePostForkChild() 406 is_system_server, in ZygoteHooks_nativePostForkChild()
|
/art/runtime/jit/ |
D | jit.h | 302 void PostForkChildAction(bool is_system_server, bool is_zygote);
|
D | jit.cc | 1010 void Jit::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction() argument 1032 if (!is_system_server) { in PostForkChildAction()
|
D | jit_code_cache.h | 275 void PostForkChildAction(bool is_system_server, bool is_zygote);
|
D | jit_code_cache.cc | 2243 void JitCodeCache::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction() argument 2261 if (!InitializeMappings(/* rwx_memory_allowed= */ !is_system_server, is_zygote, &error_msg)) { in PostForkChildAction()
|
/art/runtime/ |
D | runtime.h | 476 bool is_system_server,
|
D | runtime.cc | 959 bool is_system_server, in InitNonZygoteOrPostFork() argument 978 if (is_system_server) { in InitNonZygoteOrPostFork()
|