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

/openjdk7/hotspot/src/share/vm/prims/
H A DjniFastGetField.hpp74 static GetIntField_t jni_fast_GetIntField_fp;
H A Djvm_misc.hpp77 typedef jint (JNICALL *GetIntField_t) typedef
H A Djni.cpp4955 jni_NativeInterface.GetIntField = (GetIntField_t)func;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjniFastGetField_x86_32.cpp41 GetIntField_t JNI_FastGetField::jni_fast_GetIntField_fp;
146 case T_INT: jni_fast_GetIntField_fp = (GetIntField_t) fast_entry; break;

Completed in 44 milliseconds