Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc126 Runtime::Current()->DidForkFromZygote(env, action, isa_string.c_str()); in ZygoteHooks_nativePostForkChild()
128 Runtime::Current()->DidForkFromZygote(env, Runtime::NativeBridgeAction::kUnload, nullptr); in ZygoteHooks_nativePostForkChild()
/art/runtime/
Druntime.h408 void DidForkFromZygote(JNIEnv* env, NativeBridgeAction action, const char* isa);
Druntime.cc453 DidForkFromZygote(self->GetJniEnv(), NativeBridgeAction::kInitialize, in Start()
530 void Runtime::DidForkFromZygote(JNIEnv* env, NativeBridgeAction action, const char* isa) { in DidForkFromZygote() function in art::Runtime