Searched refs:SetLocalVariable (Results 1 – 3 of 3) sorted by relevance
/art/openjdkjvmti/ |
D | ti_method.h | 90 static jvmtiError SetLocalVariable(jvmtiEnv* env, jthread thread, jint depth, jint slot, T data);
|
D | OpenjdkJvmTi.cc | 596 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()
|
D | ti_method.cc | 998 jvmtiError MethodUtil::SetLocalVariable(jvmtiEnv* env, in SetLocalVariable() function in openjdkjvmti::MethodUtil 1035 template jvmtiError MethodUtil::SetLocalVariable<srctype>(jvmtiEnv*, \
|