Searched refs:OPC_CONST2_n (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodeInterpreter.cpp | 938 #undef OPC_CONST2_n macro 939 #define OPC_CONST2_n(opcname, value, key, kind) \ macro 945 OPC_CONST2_n(dconst_0, Zero, double, DOUBLE); 946 OPC_CONST2_n(dconst_1, One, double, DOUBLE); 947 OPC_CONST2_n(lconst_0, Zero, long, LONG); 948 OPC_CONST2_n(lconst_1, One, long, LONG);
|
Completed in 34 milliseconds