Searched refs:LCONST_1 (Results 1 – 10 of 10) sorted by relevance
45 super.setOpcode(org.apache.bcel.Const.LCONST_1); in LCONST()
58 Instruction LCONST_1 = new LCONST(1); field193 INSTRUCTIONS[Const.LCONST_1] = LCONST_1; in Clinit()
57 public static final Instruction LCONST_1 = new LCONST(1); field in InstructionConst188 INSTRUCTIONS[Const.LCONST_1] = LCONST_1;
86 instruction = InstructionConst.LCONST_1; in PUSH()
347 …st", new String(new char[] { '(', makeChar(Const.LCONST_0), '|', makeChar(Const.LCONST_1), ')' }));
320 short LCONST_1 = 10; field
530 public static final short LCONST_1 = 10; field in Const
157 testInsn(LCONST_1, true); in testInsn()
599 || opcode == Opcodes.LCONST_1; in isPushForType()
112 case Opcodes.LCONST_1: in visitInsn()