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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DbytecodeInterpreter_sparc.inline.hpp149 inline jdouble BytecodeInterpreter::VMlong2Double(jlong val) { function in class:BytecodeInterpreter
/openjdk7/hotspot/src/cpu/x86/vm/
H A DbytecodeInterpreter_x86.inline.hpp149 inline jdouble BytecodeInterpreter::VMlong2Double(jlong val) { function in class:BytecodeInterpreter
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.inline.hpp168 inline jdouble BytecodeInterpreter::VMlong2Double(jlong val) { function in class:BytecodeInterpreter
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp324 static jdouble VMlong2Double(jlong val);
H A DbytecodeInterpreter.cpp1313 SET_STACK_DOUBLE(VMlong2Double(r), 1);

Completed in 1042 milliseconds