Searched defs:SetLocalLong (Results 1 - 2 of 2) sorted by relevance

/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 */
/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);

Completed in 52 milliseconds