Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc40 using AgentUnloadFunction = jint (*)(JavaVM*); typedef
47 AgentUnloadFunction unload;
72 reinterpret_cast<AgentUnloadFunction>(dlsym(dlopen_handle, kOnUnload)), in ProxyJavaVM()