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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1921 JvmtiEnv::SetLocalInt(JavaThread* java_thread, jint depth, jint slot, jint value) { function in class:JvmtiEnv
1930 } /* end SetLocalInt */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1149 jvmtiError (JNICALL *SetLocalInt) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2082 jvmtiError SetLocalInt(jthread thread, function in struct:_jvmtiEnv
2086 return functions->SetLocalInt(this, thread, depth, slot, value);

Completed in 53 milliseconds