Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc202 Runtime::Current()->DidForkFromZygote(env, action, isa_string.c_str()); in ZygoteHooks_nativePostForkChild()
204 Runtime::Current()->DidForkFromZygote(env, Runtime::NativeBridgeAction::kUnload, nullptr); in ZygoteHooks_nativePostForkChild()
/art/runtime/
Druntime.h438 void DidForkFromZygote(JNIEnv* env, NativeBridgeAction action, const char* isa);
Druntime.cc543 DidForkFromZygote(self->GetJniEnv(), NativeBridgeAction::kInitialize, in Start()
633 void Runtime::DidForkFromZygote(JNIEnv* env, NativeBridgeAction action, const char* isa) { in DidForkFromZygote() function in art::Runtime