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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1379 #define COMPARISON_OP(name, comparison) \ macro
1398 COMPARISON_OP(name, comparison) \
1427 COMPARISON_OP(lt, <);
1428 COMPARISON_OP(gt, >);
1429 COMPARISON_OP(le, <=);
1430 COMPARISON_OP(ge, >=);

Completed in 38 milliseconds