Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc317 Runtime::NativeBridgeAction action = Runtime::NativeBridgeAction::kUnload; in ZygoteHooks_nativePostForkChild()
325 env, is_system_server, Runtime::NativeBridgeAction::kUnload, nullptr); in ZygoteHooks_nativePostForkChild()
/art/runtime/
Druntime.h429 kUnload, enumerator
Druntime.cc776 : NativeBridgeAction::kUnload; in Start()
828 case NativeBridgeAction::kUnload: in InitNonZygoteOrPostFork()