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.cc290 bool profile_system_server = (runtime_flags & PROFILE_SYSTEM_SERVER) == PROFILE_SYSTEM_SERVER; in ZygoteHooks_nativePostForkSystemServer() local
291 Runtime::Current()->GetJITOptions()->SetSaveProfilingInfo(profile_system_server); in ZygoteHooks_nativePostForkSystemServer()
337 bool profile_system_server = (runtime_flags & PROFILE_SYSTEM_SERVER) == PROFILE_SYSTEM_SERVER; in ZygoteHooks_nativePostForkChild() local
431 profile_system_server); in ZygoteHooks_nativePostForkChild()
/art/runtime/
Druntime.h524 bool profile_system_server = false);
Druntime.cc1043 bool profile_system_server) { in InitNonZygoteOrPostFork() argument
1087 if (profile_system_server) { in InitNonZygoteOrPostFork()