Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_method.h90 static jvmtiError SetLocalVariable(jvmtiEnv* env, jthread thread, jint depth, jint slot, T data);
DOpenjdkJvmTi.cc596 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalObject()
606 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalInt()
616 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalLong()
626 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalFloat()
636 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalDouble()
Dti_method.cc998 jvmtiError MethodUtil::SetLocalVariable(jvmtiEnv* env, in SetLocalVariable() function in openjdkjvmti::MethodUtil
1035 template jvmtiError MethodUtil::SetLocalVariable<srctype>(jvmtiEnv*, \