Searched refs:ICONST_M1 (Results 1 – 10 of 10) sorted by relevance
50 Instruction ICONST_M1 = new ICONST(-1); field185 INSTRUCTIONS[Const.ICONST_M1] = ICONST_M1; in Clinit()
49 public static final Instruction ICONST_M1 = new ICONST(-1); field in InstructionConst180 INSTRUCTIONS[Const.ICONST_M1] = ICONST_M1;
64 if (cursor == null || cursor.getOpcode() != Opcodes.ICONST_M1) { in match()
43 m.visitInsn(Opcodes.ICONST_M1); in should_filter_code_generated_by_javac()
346 map.put("iconst", precompile(Const.ICONST_0, Const.ICONST_5, Const.ICONST_M1));
288 short ICONST_M1 = 2; field
490 public static final short ICONST_M1 = 2; field in Const
149 testInsn(ICONST_M1, true); in testInsn()
595 || opcode == Opcodes.ICONST_M1; in isPushForType()
102 case Opcodes.ICONST_M1: in visitInsn()