Searched refs:GetShortField_t (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjniFastGetField.hpp73 static GetShortField_t jni_fast_GetShortField_fp;
H A Djvm_misc.hpp75 typedef jshort (JNICALL *GetShortField_t) typedef
H A Djni.cpp4951 jni_NativeInterface.GetShortField = (GetShortField_t)func;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjniFastGetField_x86_32.cpp40 GetShortField_t JNI_FastGetField::jni_fast_GetShortField_fp;
145 case T_SHORT: jni_fast_GetShortField_fp = (GetShortField_t) fast_entry; break;

Completed in 39 milliseconds