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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp921 #undef OPC_CONST_n macro
922 #define OPC_CONST_n(opcode, const_type, value) \ macro
927 OPC_CONST_n(_iconst_m1, INT, -1);
928 OPC_CONST_n(_iconst_0, INT, 0);
929 OPC_CONST_n(_iconst_1, INT, 1);
930 OPC_CONST_n(_iconst_2, INT, 2);
931 OPC_CONST_n(_iconst_3, INT, 3);
932 OPC_CONST_n(_iconst_4, INT, 4);
933 OPC_CONST_n(_iconst_5, INT, 5);
934 OPC_CONST_n(_fconst_
[all...]

Completed in 42 milliseconds