Searched refs:DCONST_0 (Results 1 – 13 of 13) sorted by relevance
41 super(org.apache.bcel.Const.DCONST_0, (short) 1); in DCONST()43 super.setOpcode(org.apache.bcel.Const.DCONST_0); in DCONST()
62 Instruction DCONST_0 = new DCONST(0); field197 INSTRUCTIONS[Const.DCONST_0] = DCONST_0; in Clinit()
61 public static final Instruction DCONST_0 = new DCONST(0); field in InstructionConst192 INSTRUCTIONS[Const.DCONST_0] = DCONST_0;
99 instruction = InstructionConst.DCONST_0; in PUSH()
700 return InstructionConst.DCONST_0; in createNull()
75 analyzer.visitInsn(Opcodes.DCONST_0); in should_combine_slots_when_doube_or_long_types_are_given()83 analyzer.visitInsn(Opcodes.DCONST_0); in should_combine_slots_when_doube_or_long_types_are_given()
161 testInsn(DCONST_0, true); in testInsn()
29 import static org.objectweb.asm.Opcodes.DCONST_0;250 mv.visitInsn(DCONST_0); in createClass()
348 …map.put("dconst", new String(new char[] { '(', makeChar(Const.DCONST_0), '|', makeChar(Const.DCONS…
336 short DCONST_0 = 14; field
550 public static final short DCONST_0 = 14; field in Const
607 return opcode == Opcodes.DCONST_0 in isPushForType()
121 case Opcodes.DCONST_0: in visitInsn()