Searched refs:LCONST_1 (Results 1 – 14 of 14) sorted by relevance
45 super.setOpcode(org.apache.bcel.Const.LCONST_1); in LCONST()
57 public static final Instruction LCONST_1 = new LCONST(1); field in InstructionConst188 INSTRUCTIONS[Const.LCONST_1] = LCONST_1;
58 Instruction LCONST_1 = new LCONST(1); field193 INSTRUCTIONS[Const.LCONST_1] = LCONST_1; in Clinit()
86 instruction = InstructionConst.LCONST_1; in PUSH()
188 int LCONST_1 = 10; field
139 LCONST_0, LCONST_1 -> { in executeOne()
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()
148 case Opcode.LCONST_1 : in doOpcode0_53()
89 case LCONST_1: in execute()