Searched refs:SetLocalLong (Results 1 – 3 of 3) sorted by relevance
/art/test/ti-agent/ |
D | locals_helper.cc | 79 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalLong(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableLong()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1156 jvmtiError (JNICALL *SetLocalLong) (jvmtiEnv* env, 2089 jvmtiError SetLocalLong(jthread thread, in SetLocalLong() function 2093 return functions->SetLocalLong(this, thread, depth, slot, value); in SetLocalLong()
|
/art/openjdkjvmti/ |
D | OpenjdkJvmTi.cc | 609 static jvmtiError SetLocalLong(jvmtiEnv* env, in SetLocalLong() function in openjdkjvmti::JvmtiFunctions 1607 JvmtiFunctions::SetLocalLong,
|