Home
last modified time | relevance | path

Searched defs:ProxyJavaVM (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/tools/jvmti-agents/wrapagentproperties/
H A Dwrapagentproperties.cc53 struct ProxyJavaVM { struct
54 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() function
80 static jint WrapDestroyJavaVM(ProxyJavaVM* vm) { in WrapDestroyJavaVM()
86 static jint WrapDetachCurrentThread(ProxyJavaVM* vm) { in WrapDetachCurrentThread()
[all …]