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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1833 JvmtiEnv::GetLocalInt(JavaThread* java_thread, jint depth, jint slot, jint* value_ptr) { function in class:JvmtiEnv
1842 } /* end GetLocalInt */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1114 jvmtiError (JNICALL *GetLocalInt) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2047 jvmtiError GetLocalInt(jthread thread, function in struct:_jvmtiEnv
2051 return functions->GetLocalInt(this, thread, depth, slot, value_ptr);

Completed in 37 milliseconds