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

/art/tools/wrapagentproperties/
H A Dwrapagentproperties.cc125 struct ExtraJvmtiInterface : public jvmtiInterface_1_ {
127 jvmtiInterface_1_ const* original_interface;
131 const_cast<jvmtiInterface_1_*>(env->functions));
132 jvmtiInterface_1_** out_iface = const_cast<jvmtiInterface_1_**>(&env->functions);
133 *out_iface = const_cast<jvmtiInterface_1_*>(funcs->original_interface);
141 const_cast<jvmtiInterface_1_*>(env->functions));
158 const_cast<jvmtiInterface_1_*>(env->functions));
196 const_cast<jvmtiInterface_1_*>(env->functions));
216 memcpy(new_iface, real_env->functions, sizeof(jvmtiInterface_1_));
[all...]
/art/openjdkjvmti/include/
H A Djvmti.h62 struct jvmtiInterface_1_;
67 typedef const struct jvmtiInterface_1_ *jvmtiEnv;
1002 typedef struct jvmtiInterface_1_ { struct
1787 const struct jvmtiInterface_1_ *functions;

Completed in 72 milliseconds