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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1851 JvmtiEnv::GetLocalLong(JavaThread* java_thread, jint depth, jint slot, jlong* value_ptr) { function in class:JvmtiEnv
1860 } /* end GetLocalLong */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1121 jvmtiError (JNICALL *GetLocalLong) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2054 jvmtiError GetLocalLong(jthread thread, function in struct:_jvmtiEnv
2058 return functions->GetLocalLong(this, thread, depth, slot, value_ptr);

Completed in 50 milliseconds