Home
last modified time | relevance | path

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

/art/runtime/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/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc592 static jvmtiError SetLocalLong(jvmtiEnv* env, in SetLocalLong() function in openjdkjvmti::JvmtiFunctions
1774 JvmtiFunctions::SetLocalLong,