Home
last modified time | relevance | path

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

/aosp12/art/openjdkjvmti/
H A Dti_method.h104 static jvmtiError GetLocalVariableGeneric(jvmtiEnv* env,
H A Dti_method.cc940 jvmtiError MethodUtil::GetLocalVariableGeneric(jvmtiEnv* env, in GetLocalVariableGeneric() function in openjdkjvmti::MethodUtil
1270 jvmtiError err = GetLocalVariableGeneric(env, thread, depth, slot, type, &v); in GetLocalVariable()