Searched refs:AgentLoadFunction (Results 1 – 2 of 2) sorted by relevance
39 using AgentLoadFunction = jint (*)(JavaVM*, const char*, void*); typedef77 AgentLoadFunction alf = reinterpret_cast<AgentLoadFunction>( in Load()
39 using AgentLoadFunction = jint (*)(ProxyJavaVM*, const char*, void*); typedef58 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()