Searched defs:ProxyJavaVM (Results 1 – 1 of 1) sorted by relevance
53 struct ProxyJavaVM { struct54 const struct JNIInvokeInterface* functions;55 JavaVM* real_vm;56 PropMap* map;57 void* dlopen_handle;58 AgentLoadFunction load;59 AgentLoadFunction attach;61 ProxyJavaVM(JavaVM* vm, const std::string& agent_lib, PropMap* map) in ProxyJavaVM() function80 static jint WrapDestroyJavaVM(ProxyJavaVM* vm) { in WrapDestroyJavaVM()86 static jint WrapDetachCurrentThread(ProxyJavaVM* vm) { in WrapDetachCurrentThread()[all …]