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

/openjdk7/hotspot/src/share/vm/prims/
H A DjniFastGetField.hpp74 static GetIntField_t jni_fast_GetIntField_fp; member in class:JNI_FastGetField
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjniFastGetField_x86_32.cpp41 GetIntField_t JNI_FastGetField::jni_fast_GetIntField_fp; member in class:JNI_FastGetField
146 case T_INT: jni_fast_GetIntField_fp = (GetIntField_t) fast_entry; break;

Completed in 45 milliseconds