Home
last modified time | relevance | path

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

/aosp12/art/tools/jvmti-agents/wrapagentproperties/
H A Dwrapagentproperties.cc132 jvmtiInterface_1_** out_iface = const_cast<jvmtiInterface_1_**>(&env->functions); in WrapDisposeEnvironment() local
133 *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() local
230 *out_iface = new_iface; in SetupProxyJvmtiEnv()