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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h465 jint (JNICALL *GetIntField) member in struct:JNINativeInterface_
1297 jint GetIntField(jobject obj, jfieldID fieldID) { function in struct:JNIEnv_
1298 return functions->GetIntField(this,obj,fieldID);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h465 jint (JNICALL *GetIntField) member in struct:JNINativeInterface_
1297 jint GetIntField(jobject obj, jfieldID fieldID) { function in struct:JNIEnv_
1298 return functions->GetIntField(this,obj,fieldID);

Completed in 48 milliseconds