Searched refs:LCONST_0 (Results 1 – 19 of 19) sorted by relevance
41 super(org.apache.bcel.Const.LCONST_0, (short) 1); in LCONST()43 super.setOpcode(org.apache.bcel.Const.LCONST_0); in LCONST()
56 public static final Instruction LCONST_0 = new LCONST(0); field in InstructionConst187 INSTRUCTIONS[Const.LCONST_0] = LCONST_0;
57 Instruction LCONST_0 = new LCONST(0); field192 INSTRUCTIONS[Const.LCONST_0] = LCONST_0; in Clinit()
84 instruction = InstructionConst.LCONST_0; in PUSH()
702 return InstructionConst.LCONST_0; in createNull()
81 analyzer.visitInsn(Opcodes.LCONST_0); in should_combine_slots_when_doube_or_long_types_are_given()95 analyzer.visitInsn(Opcodes.LCONST_0); in should_decrease_stack_when_popCount_is_given()
156 testInsn(LCONST_0, true); in testInsn()
187 int LCONST_0 = 9; field
530 addOpcode(LCONST_0); in addConstZero()
46 import static org.objectweb.asm.Opcodes.LCONST_0;251 mv.visitInsn(LCONST_0); in createClass()
139 LCONST_0, LCONST_1 -> { in executeOne()
347 …map.put("lconst", new String(new char[] { '(', makeChar(Const.LCONST_0), '|', makeChar(Const.LCONS…
316 short LCONST_0 = 9; field
525 public static final short LCONST_0 = 9; field in Const
249 value = Opcode.LCONST_0; in makeDefaultBody()
598 return opcode == Opcodes.LCONST_0 in isPushForType()
111 case Opcodes.LCONST_0: in visitInsn()
147 case Opcode.LCONST_0 : in doOpcode0_53()
88 case LCONST_0: in execute()