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

/openjdk7/hotspot/src/share/vm/prims/
H A DjniFastGetField.hpp71 static GetByteField_t jni_fast_GetByteField_fp;
H A Djvm_misc.hpp71 typedef jbyte (JNICALL *GetByteField_t) typedef
H A Djni.cpp4943 jni_NativeInterface.GetByteField = (GetByteField_t)func;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjniFastGetField_x86_32.cpp38 GetByteField_t JNI_FastGetField::jni_fast_GetByteField_fp;
143 case T_BYTE: jni_fast_GetByteField_fp = (GetByteField_t) fast_entry; break;

Completed in 44 milliseconds