Searched refs:FSTORE_0 (Results 1 – 8 of 8) sorted by relevance
33 super(org.apache.bcel.Const.FSTORE, org.apache.bcel.Const.FSTORE_0); in FSTORE()41 super(org.apache.bcel.Const.FSTORE, org.apache.bcel.Const.FSTORE_0, n); in FSTORE()
302 case Const.FSTORE_0: in readInstruction()
107 int FSTORE_0 = 67; field
358 map.put("fstore", precompile(Const.FSTORE_0, Const.FSTORE_3, Const.FSTORE));
548 short FSTORE_0 = 67; field
815 public static final short FSTORE_0 = 67; field in Const
317 case Opcode.FSTORE_0 : in doOpcode54_95()321 { int var = op - Opcode.FSTORE_0; in doOpcode54_95()
206 case FSTORE_0: in execute()210 evalStore(Type.FLOAT, opcode - FSTORE_0, frame, subroutine); in execute()