Searched defs:is_system_server (Results 1 - 2 of 2) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc162 jboolean is_system_server,
207 if (instruction_set != nullptr && !is_system_server) {
215 env, is_system_server, action, isa_string.c_str());
218 env, is_system_server, Runtime::NativeBridgeAction::kUnload, nullptr);
158 ZygoteHooks_nativePostForkChild(JNIEnv* env, jclass, jlong token, jint debug_flags, jboolean is_system_server, jstring instruction_set) argument
/art/runtime/
H A Druntime.cc645 /* is_system_server */ false,
733 JNIEnv* env, bool is_system_server, NativeBridgeAction action, const char* isa) {
756 if (!is_system_server &&
732 InitNonZygoteOrPostFork( JNIEnv* env, bool is_system_server, NativeBridgeAction action, const char* isa) argument

Completed in 39 milliseconds