Home
last modified time | relevance | path

Searched refs:is_system_server (Results 1 – 7 of 7) sorted by relevance

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc279 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/
Djit.h302 void PostForkChildAction(bool is_system_server, bool is_zygote);
Djit.cc1010 void Jit::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction() argument
1032 if (!is_system_server) { in PostForkChildAction()
Djit_code_cache.h275 void PostForkChildAction(bool is_system_server, bool is_zygote);
Djit_code_cache.cc2243 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/
Druntime.h476 bool is_system_server,
Druntime.cc959 bool is_system_server, in InitNonZygoteOrPostFork() argument
978 if (is_system_server) { in InitNonZygoteOrPostFork()