Searched refs:GetShortField (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Djni_util.c1098 result.s = (*env)->GetShortField(env, obj, fid);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h463 jshort (JNICALL *GetShortField) member in struct:JNINativeInterface_
1294 jshort GetShortField(jobject obj, jfieldID fieldID) { function in struct:JNIEnv_
1295 return functions->GetShortField(this,obj,fieldID);
H A Djni.cpp4951 jni_NativeInterface.GetShortField = (GetShortField_t)func;
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h463 jshort (JNICALL *GetShortField) member in struct:JNINativeInterface_
1294 jshort GetShortField(jobject obj, jfieldID fieldID) { function in struct:JNIEnv_
1295 return functions->GetShortField(this,obj,fieldID);
/openjdk7/jdk/src/share/back/
H A Dutil.c400 JNI_FUNC_PTR(env,GetShortField)(env, object, field));

Completed in 76 milliseconds