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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionConstants.java84 public static final Instruction ICONST_M1 = new ICONST(-1); field in interface:InstructionConstants
222 INSTRUCTIONS[Constants.ICONST_M1] = ICONST_M1;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java171 int ICONST_M1 = 2; // - field in interface:Opcodes
H A DFrame.java277 // 1, //ICONST_M1, // -
874 case Opcodes.ICONST_M1:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DInstructionFinder.java359 map.put("iconst", precompile(Constants.ICONST_0, Constants.ICONST_5, Constants.ICONST_M1));
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java159 public static final short ICONST_M1 = 2; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java45 ICONST_M1(0x2), enum constant in enum:Opcode

Completed in 70 milliseconds