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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DbytecodeInterpreter_sparc.inline.hpp143 inline int32_t BytecodeInterpreter::VMlongCompare(jlong op1, jlong op2) { function in class:BytecodeInterpreter
/openjdk7/hotspot/src/cpu/x86/vm/
H A DbytecodeInterpreter_x86.inline.hpp143 inline int32_t BytecodeInterpreter::VMlongCompare(jlong op1, jlong op2) { function in class:BytecodeInterpreter
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.inline.hpp162 inline int32_t BytecodeInterpreter::VMlongCompare(jlong op1, jlong op2) { function in class:BytecodeInterpreter
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp304 static int32_t VMlongCompare(jlong op1, jlong op2);
H A DbytecodeInterpreter.cpp1498 int r = VMlongCompare(STACK_LONG(-3), STACK_LONG(-1));

Completed in 46 milliseconds