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.cc588 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalObject()
598 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalInt()
608 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalLong()
618 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalFloat()
628 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalDouble()
Dti_method.cc1245 jvmtiError MethodUtil::SetLocalVariable(jvmtiEnv* env, in SetLocalVariable() function in openjdkjvmti::MethodUtil
1282 template jvmtiError MethodUtil::SetLocalVariable<srctype>(jvmtiEnv*, \