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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1397 #define COMPARISON_OP2(name, comparison) \ macro
1431 COMPARISON_OP2(eq, ==); /* include ref comparison */
1432 COMPARISON_OP2(ne, !=); /* include ref comparison */

Completed in 38 milliseconds