Searched refs:VMlong2Float (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DbytecodeInterpreter_sparc.inline.hpp153 inline jfloat BytecodeInterpreter::VMlong2Float(jlong val) { function in class:BytecodeInterpreter
/openjdk7/hotspot/src/cpu/x86/vm/
H A DbytecodeInterpreter_x86.inline.hpp153 inline jfloat BytecodeInterpreter::VMlong2Float(jlong val) { function in class:BytecodeInterpreter
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.inline.hpp172 inline jfloat BytecodeInterpreter::VMlong2Float(jlong val) { function in class:BytecodeInterpreter
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp319 static jfloat VMlong2Float(jlong val);
H A DbytecodeInterpreter.cpp1305 SET_STACK_FLOAT(VMlong2Float(r), 0);

Completed in 45 milliseconds