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.cc292 jboolean is_system_server, in ZygoteHooks_nativePostForkChild() argument
295 DCHECK(!(is_system_server && is_zygote)); in ZygoteHooks_nativePostForkChild()
298 Runtime::Current()->SetAsZygoteChild(is_system_server, is_zygote); in ZygoteHooks_nativePostForkChild()
313 if ((runtime_flags & ONLY_USE_SYSTEM_OAT_FILES) != 0 || is_system_server) { in ZygoteHooks_nativePostForkChild()
342 if (!is_system_server) { in ZygoteHooks_nativePostForkChild()
348 runtime->GetJit()->PostForkChildAction(is_system_server, is_zygote); in ZygoteHooks_nativePostForkChild()
394 DCHECK(!(is_system_server && do_hidden_api_checks)) in ZygoteHooks_nativePostForkChild()
408 if (instruction_set != nullptr && !is_system_server) { in ZygoteHooks_nativePostForkChild()
415 runtime->InitNonZygoteOrPostFork(env, is_system_server, is_zygote, action, isa_string.c_str()); in ZygoteHooks_nativePostForkChild()
419 is_system_server, in ZygoteHooks_nativePostForkChild()
/art/runtime/
Druntime.h188 void SetAsZygoteChild(bool is_system_server, bool is_zygote) { in SetAsZygoteChild() argument
190 CHECK_EQ(is_system_server_, is_system_server); in SetAsZygoteChild()
511 bool is_system_server,
Druntime.cc1003 bool is_system_server, in InitNonZygoteOrPostFork() argument
1033 if (is_system_server && profile_system_server) { in InitNonZygoteOrPostFork()
1046 if (!is_system_server) { in InitNonZygoteOrPostFork()
/art/runtime/jit/
Djit.h390 void PostForkChildAction(bool is_system_server, bool is_zygote);
Djit_code_cache.h390 void PostForkChildAction(bool is_system_server, bool is_zygote);
Djit.cc1734 void Jit::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction() argument
1772 if (is_system_server && HasImageWithProfile()) { in PostForkChildAction()
Djit_code_cache.cc1936 void JitCodeCache::PostForkChildAction(bool is_system_server, bool is_zygote) { in PostForkChildAction() argument
1974 /* rwx_memory_allowed= */ !is_system_server, in PostForkChildAction()