Searched refs:LCONST_0 (Results 1 – 13 of 13) 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()
57 Instruction LCONST_0 = new LCONST(0); field192 INSTRUCTIONS[Const.LCONST_0] = LCONST_0; in Clinit()
56 public static final Instruction LCONST_0 = new LCONST(0); field in InstructionConst187 INSTRUCTIONS[Const.LCONST_0] = LCONST_0;
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()
46 import static org.objectweb.asm.Opcodes.LCONST_0;251 mv.visitInsn(LCONST_0); in createClass()
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
598 return opcode == Opcodes.LCONST_0 in isPushForType()
111 case Opcodes.LCONST_0: in visitInsn()