Home
last modified time | relevance | path

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

/aosp12/art/tools/jvmti-agents/wrapagentproperties/
H A Dwrapagentproperties.cc125 struct ExtraJvmtiInterface : public jvmtiInterface_1_ { struct
126 ProxyJavaVM* proxy_vm;
127 jvmtiInterface_1_ const* original_interface;
129 static jvmtiError WrapDisposeEnvironment(jvmtiEnv* env) { in WrapDisposeEnvironment()
139 static jvmtiError WrapGetSystemProperty(jvmtiEnv* env, const char* prop, char** out) { in WrapGetSystemProperty()
157 static jvmtiError WrapGetSystemProperties(jvmtiEnv* env, jint* cnt, char*** prop_ptr) { in WrapGetSystemProperties()
195 static jvmtiError WrapSetSystemProperty(jvmtiEnv* env, const char* prop, const char* val) { in WrapSetSystemProperty()
211 static jint SetupProxyJvmtiEnv(ProxyJavaVM* vm, jvmtiEnv* real_env) { in SetupProxyJvmtiEnv()