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.cc582 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalObject()
592 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalInt()
602 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalLong()
612 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalFloat()
622 return MethodUtil::SetLocalVariable(env, thread, depth, slot, value); in SetLocalDouble()
Dti_method.cc1252 jvmtiError MethodUtil::SetLocalVariable(jvmtiEnv* env, in SetLocalVariable() function in openjdkjvmti::MethodUtil
1289 template jvmtiError MethodUtil::SetLocalVariable<srctype>(jvmtiEnv*, \