Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc264 jboolean is_system_server, in ZygoteHooks_nativePostForkChild() argument
314 if (instruction_set != nullptr && !is_system_server) { in ZygoteHooks_nativePostForkChild()
322 env, is_system_server, action, isa_string.c_str()); in ZygoteHooks_nativePostForkChild()
325 env, is_system_server, Runtime::NativeBridgeAction::kUnload, nullptr); in ZygoteHooks_nativePostForkChild()
/art/runtime/
Druntime.h442 JNIEnv* env, bool is_system_server, NativeBridgeAction action, const char* isa);
Druntime.cc823 JNIEnv* env, bool is_system_server, NativeBridgeAction action, const char* isa) { in InitNonZygoteOrPostFork() argument
846 if ((!is_system_server || !jit_options_->UseJitCompilation()) && in InitNonZygoteOrPostFork()