Searched refs:FSTORE_0 (Results 1 – 5 of 5) 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()
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