Searched refs:FCONST_2 (Results 1 – 11 of 11) sorted by relevance
47 super.setOpcode(org.apache.bcel.Const.FCONST_2); in FCONST()
61 Instruction FCONST_2 = new FCONST(2); field196 INSTRUCTIONS[Const.FCONST_2] = FCONST_2; in Clinit()
60 public static final Instruction FCONST_2 = new FCONST(2); field in InstructionConst191 INSTRUCTIONS[Const.FCONST_2] = FCONST_2;
71 instruction = InstructionConst.FCONST_2; in PUSH()
349 …', makeChar(Const.FCONST_0), '|', makeChar(Const.FCONST_1), '|', makeChar(Const.FCONST_2), ')' }));
332 short FCONST_2 = 13; field
545 public static final short FCONST_2 = 13; field in Const
160 testInsn(FCONST_2, true); in testInsn()
604 || opcode == Opcodes.FCONST_2; in isPushForType()
118 case Opcodes.FCONST_2: in visitInsn()
200 o BCEL-271: FCONST pattern does not include FCONST_2.