Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DStackFrameImpl.c116 error = JVMTI_FUNC_PTR(gdata->jvmti,GetLocalLong) in writeVariableValue()
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1121 jvmtiError (JNICALL *GetLocalLong) (jvmtiEnv* env,
2054 jvmtiError GetLocalLong(jthread thread, in GetLocalLong() function
2058 return functions->GetLocalLong(this, thread, depth, slot, value_ptr); in GetLocalLong()