Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc125 struct ExtraJvmtiInterface : public jvmtiInterface_1_ {
127 jvmtiInterface_1_ const* original_interface;
131 const_cast<jvmtiInterface_1_*>(env->functions)); in WrapDisposeEnvironment()
132 jvmtiInterface_1_** out_iface = const_cast<jvmtiInterface_1_**>(&env->functions); in WrapDisposeEnvironment()
133 *out_iface = const_cast<jvmtiInterface_1_*>(funcs->original_interface); in WrapDisposeEnvironment()
141 const_cast<jvmtiInterface_1_*>(env->functions)); in WrapGetSystemProperty()
159 const_cast<jvmtiInterface_1_*>(env->functions)); in WrapGetSystemProperties()
197 const_cast<jvmtiInterface_1_*>(env->functions)); in WrapSetSystemProperty()
218 memcpy(new_iface, real_env->functions, sizeof(jvmtiInterface_1_)); in SetupProxyJvmtiEnv()
229 jvmtiInterface_1_** out_iface = const_cast<jvmtiInterface_1_**>(&real_env->functions); in SetupProxyJvmtiEnv()
/art/openjdkjvmti/include/
Djvmti.h62 struct jvmtiInterface_1_;
67 typedef const struct jvmtiInterface_1_ *jvmtiEnv;
1002 typedef struct jvmtiInterface_1_ { struct
1787 const struct jvmtiInterface_1_ *functions;