Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc210 Runtime::NativeBridgeAction action = Runtime::NativeBridgeAction::kUnload; in ZygoteHooks_nativePostForkChild()
218 env, is_system_server, Runtime::NativeBridgeAction::kUnload, nullptr); in ZygoteHooks_nativePostForkChild()
/art/runtime/
Druntime.h448 kUnload, enumerator
Druntime.cc615 : NativeBridgeAction::kUnload; in Start()
710 case NativeBridgeAction::kUnload: in InitNonZygoteOrPostFork()