Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/chain-agents/
Dchainagents.cc39 using AgentLoadFunction = jint (*)(JavaVM*, const char*, void*); typedef
77 AgentLoadFunction alf = reinterpret_cast<AgentLoadFunction>( in Load()
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc39 using AgentLoadFunction = jint (*)(ProxyJavaVM*, const char*, void*); typedef
58 AgentLoadFunction load;
59 AgentLoadFunction attach;
75 attach = reinterpret_cast<AgentLoadFunction>(dlsym(dlopen_handle, kOnAttach)); in ProxyJavaVM()
76 load = reinterpret_cast<AgentLoadFunction>(dlsym(dlopen_handle, kOnLoad)); in ProxyJavaVM()