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