Searched refs:FCONST_0 (Results 1 – 13 of 13) sorted by relevance
41 super(org.apache.bcel.Const.FCONST_0, (short) 1); in FCONST()43 super.setOpcode(org.apache.bcel.Const.FCONST_0); in FCONST()
59 Instruction FCONST_0 = new FCONST(0); field194 INSTRUCTIONS[Const.FCONST_0] = FCONST_0; in Clinit()
58 public static final Instruction FCONST_0 = new FCONST(0); field in InstructionConst189 INSTRUCTIONS[Const.FCONST_0] = FCONST_0;
67 instruction = InstructionConst.FCONST_0; in PUSH()
698 return InstructionConst.FCONST_0; in createNull()
64 analyzer.visitInsn(Opcodes.FCONST_0); in should_capture_frame_when_frame_is_defined()77 analyzer.visitInsn(Opcodes.FCONST_0); in should_combine_slots_when_doube_or_long_types_are_given()
158 testInsn(FCONST_0, true); in testInsn()
32 import static org.objectweb.asm.Opcodes.FCONST_0;249 mv.visitInsn(FCONST_0); in createClass()
349 …map.put("fconst", new String(new char[] { '(', makeChar(Const.FCONST_0), '|', makeChar(Const.FCONS…
324 short FCONST_0 = 11; field
535 public static final short FCONST_0 = 11; field in Const
602 return opcode == Opcodes.FCONST_0 in isPushForType()
116 case Opcodes.FCONST_0: in visitInsn()