Searched refs:profile_system_server (Results 1 – 3 of 3) sorted by relevance
284 bool profile_system_server = (runtime_flags & PROFILE_SYSTEM_SERVER) == PROFILE_SYSTEM_SERVER; in ZygoteHooks_nativePostForkSystemServer() local285 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() local423 profile_system_server); in ZygoteHooks_nativePostForkChild()
515 bool profile_system_server = false);
1010 bool profile_system_server) { in InitNonZygoteOrPostFork() argument1033 if (is_system_server && profile_system_server) { in InitNonZygoteOrPostFork()