Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc127 jvmtiInterface_1_ const* original_interface; member
133 *out_iface = const_cast<jvmtiInterface_1_*>(funcs->original_interface); in WrapDisposeEnvironment()
134 funcs->original_interface->Deallocate(env, reinterpret_cast<unsigned char*>(funcs)); in WrapDisposeEnvironment()
153 return funcs->original_interface->GetSystemProperty(env, prop, out); in WrapGetSystemProperty()
162 jvmtiError res = funcs->original_interface->GetSystemProperties(env, &init_cnt, &init_prop_ptr); in WrapGetSystemProperties()
198 jvmtiError res = funcs->original_interface->SetSystemProperty(env, prop, val); in WrapSetSystemProperty()
220 new_iface->original_interface = real_env->functions; in SetupProxyJvmtiEnv()