Searched refs:is_system_server (Results 1 – 3 of 3) sorted by relevance
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 264 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/ |
D | runtime.h | 442 JNIEnv* env, bool is_system_server, NativeBridgeAction action, const char* isa);
|
D | runtime.cc | 823 JNIEnv* env, bool is_system_server, NativeBridgeAction action, const char* isa) { in InitNonZygoteOrPostFork() argument 846 if ((!is_system_server || !jit_options_->UseJitCompilation()) && in InitNonZygoteOrPostFork()
|