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

/openjdk7/jdk/src/share/back/
H A DStackFrameImpl.c193 error = JVMTI_FUNC_PTR(gdata->jvmti,SetLocalLong)
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1156 jvmtiError (JNICALL *SetLocalLong) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2089 jvmtiError SetLocalLong(jthread thread, function in struct:_jvmtiEnv
2093 return functions->SetLocalLong(this, thread, depth, slot, value);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1938 JvmtiEnv::SetLocalLong(JavaThread* java_thread, jint depth, jint slot, jlong value) { function in class:JvmtiEnv
1947 } /* end SetLocalLong */

Completed in 63 milliseconds