Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DStackFrameImpl.c193 error = JVMTI_FUNC_PTR(gdata->jvmti,SetLocalLong) in readVariableValue()
/external/oj-libjdwp/src/share/javavm/export/
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()