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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DbytecodeInterpreter_sparc.inline.hpp176 inline jdouble BytecodeInterpreter::VMdoubleNeg(jdouble op) { function in class:BytecodeInterpreter
/openjdk7/hotspot/src/cpu/x86/vm/
H A DbytecodeInterpreter_x86.inline.hpp176 inline jdouble BytecodeInterpreter::VMdoubleNeg(jdouble op) { function in class:BytecodeInterpreter
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.inline.hpp195 inline jdouble BytecodeInterpreter::VMdoubleNeg(jdouble op) { function in class:BytecodeInterpreter
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp422 static jdouble VMdoubleNeg(jdouble op);
H A DbytecodeInterpreter.cpp1263 SET_STACK_DOUBLE(VMdoubleNeg(STACK_DOUBLE(-1)), -1);

Completed in 44 milliseconds