Home
last modified time | relevance | path

Searched refs:SetLocalLong (Results 1 – 3 of 3) sorted by relevance

/art/test/ti-agent/
Dlocals_helper.cc79 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalLong(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableLong()
/art/openjdkjvmti/include/
Djvmti.h1156 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/
DOpenjdkJvmTi.cc601 static jvmtiError SetLocalLong(jvmtiEnv* env, in SetLocalLong() function in openjdkjvmti::JvmtiFunctions
1532 JvmtiFunctions::SetLocalLong,