Home
last modified time | relevance | path

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

/aosp12/art/tools/jvmti-agents/wrapagentproperties/
H A Dwrapagentproperties.cc125 struct ExtraJvmtiInterface : public jvmtiInterface_1_ { struct
130 ExtraJvmtiInterface* funcs = reinterpret_cast<ExtraJvmtiInterface*>( in WrapDisposeEnvironment()
140 ExtraJvmtiInterface* funcs = reinterpret_cast<ExtraJvmtiInterface*>( in WrapGetSystemProperty()
158 ExtraJvmtiInterface* funcs = reinterpret_cast<ExtraJvmtiInterface*>( in WrapGetSystemProperties()
196 ExtraJvmtiInterface* funcs = reinterpret_cast<ExtraJvmtiInterface*>( in WrapSetSystemProperty()
212 ExtraJvmtiInterface* new_iface = nullptr; in SetupProxyJvmtiEnv()
213 if (JVMTI_ERROR_NONE != real_env->Allocate(sizeof(ExtraJvmtiInterface), in SetupProxyJvmtiEnv()
241 return ExtraJvmtiInterface::SetupProxyJvmtiEnv(vm, reinterpret_cast<jvmtiEnv*>(*out_env)); in CreateJvmtiEnv()