Searched refs:FLOAD_0 (Results 1 – 8 of 8) sorted by relevance
33 super(org.apache.bcel.Const.FLOAD, org.apache.bcel.Const.FLOAD_0); in FLOAD()41 super(org.apache.bcel.Const.FLOAD, org.apache.bcel.Const.FLOAD_0, n); in FLOAD()
227 case Const.FLOAD_0: in readInstruction()
98 int FLOAD_0 = 34; field
353 map.put("fload", precompile(Const.FLOAD_0, Const.FLOAD_3, Const.FLOAD));
416 short FLOAD_0 = 34; field
650 public static final short FLOAD_0 = 34; field in Const
141 case FLOAD_0: in execute()145 evalLoad(Type.FLOAT, opcode - FLOAD_0, frame, subroutine); in execute()
196 case Opcode.FLOAD_0 : in doOpcode0_53()