Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc116 Runtime::NativeBridgeAction action = Runtime::NativeBridgeAction::kUnload; in ZygoteHooks_nativePostForkChild()
122 Runtime::Current()->DidForkFromZygote(env, Runtime::NativeBridgeAction::kUnload, nullptr); in ZygoteHooks_nativePostForkChild()
/art/runtime/
Druntime.h395 kUnload, enumerator
Druntime.cc441 NativeBridgeAction::kUnload, GetInstructionSetString(kRuntimeISA)); in Start()
521 case NativeBridgeAction::kUnload: in DidForkFromZygote()