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

/openjdk7/hotspot/src/share/vm/prims/
H A DjniFastGetField.hpp76 static GetFloatField_t jni_fast_GetFloatField_fp; member in class:JNI_FastGetField
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjniFastGetField_x86_32.cpp43 GetFloatField_t JNI_FastGetField::jni_fast_GetFloatField_fp; member in class:JNI_FastGetField
355 case T_FLOAT: jni_fast_GetFloatField_fp = (GetFloatField_t) fast_entry; break;

Completed in 34 milliseconds