Home
last modified time | relevance | path

Searched refs:profile_system_server (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc284 bool profile_system_server = (runtime_flags & PROFILE_SYSTEM_SERVER) == PROFILE_SYSTEM_SERVER; in ZygoteHooks_nativePostForkSystemServer() local
285 Runtime::Current()->GetJITOptions()->SetSaveProfilingInfo(profile_system_server); in ZygoteHooks_nativePostForkSystemServer()
329 bool profile_system_server = (runtime_flags & PROFILE_SYSTEM_SERVER) == PROFILE_SYSTEM_SERVER; in ZygoteHooks_nativePostForkChild() local
423 profile_system_server); in ZygoteHooks_nativePostForkChild()
/art/runtime/
Druntime.h515 bool profile_system_server = false);
Druntime.cc1010 bool profile_system_server) { in InitNonZygoteOrPostFork() argument
1033 if (is_system_server && profile_system_server) { in InitNonZygoteOrPostFork()