Searched refs:out_iface (Results 1 – 1 of 1) sorted by relevance
132 jvmtiInterface_1_** out_iface = const_cast<jvmtiInterface_1_**>(&env->functions); in WrapDisposeEnvironment() local133 *out_iface = const_cast<jvmtiInterface_1_*>(funcs->original_interface); in WrapDisposeEnvironment()135 jvmtiError res = (*out_iface)->DisposeEnvironment(env); in WrapDisposeEnvironment()229 jvmtiInterface_1_** out_iface = const_cast<jvmtiInterface_1_**>(&real_env->functions); in SetupProxyJvmtiEnv() local230 *out_iface = new_iface; in SetupProxyJvmtiEnv()