Searched refs:ICONST_5 (Results 1 – 8 of 8) sorted by relevance
56 Instruction ICONST_5 = new ICONST(5); field191 INSTRUCTIONS[Const.ICONST_5] = ICONST_5; in Clinit()
55 public static final Instruction ICONST_5 = new ICONST(5); field in InstructionConst186 INSTRUCTIONS[Const.ICONST_5] = ICONST_5;
346 map.put("iconst", precompile(Const.ICONST_0, Const.ICONST_5, Const.ICONST_M1));
312 short ICONST_5 = 8; field
520 public static final short ICONST_5 = 8; field in Const
155 testInsn(ICONST_5, true); in testInsn()
594 || opcode == Opcodes.ICONST_5 in isPushForType()
108 case Opcodes.ICONST_5: in visitInsn()