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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionConstants.java90 public static final Instruction ICONST_5 = new ICONST(5); field in interface:InstructionConstants
228 INSTRUCTIONS[Constants.ICONST_5] = ICONST_5;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java177 int ICONST_5 = 8; // - field in interface:Opcodes
H A DFrame.java283 // 1, //ICONST_5, // -
880 case Opcodes.ICONST_5:
/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.java165 public static final short ICONST_5 = 8; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java51 ICONST_5(0x8), enum constant in enum:Opcode
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DBoundMethodHandle.java674 assert(iconstInsn <= ICONST_5);
H A DInvokerBytecodeGenerator.java360 case 5: opcode = Opcodes.ICONST_5; break;

Completed in 56 milliseconds