Searched refs:DSTORE_0 (Results 1 – 10 of 10) sorted by relevance
33 super(org.apache.bcel.Const.DSTORE, org.apache.bcel.Const.DSTORE_0); in DSTORE()41 super(org.apache.bcel.Const.DSTORE, org.apache.bcel.Const.DSTORE_0, n); in DSTORE()
314 case Const.DSTORE_0: in readInstruction()
74 int DSTORE_0 = 71; field
135 static final int DSTORE_0 = 71; field in Constants
1696 case Constants.DSTORE_0: in readCode()2252 case Constants.DSTORE_0: in readCode()
357 map.put("dstore", precompile(Const.DSTORE_0, Const.DSTORE_3, Const.DSTORE));
564 short DSTORE_0 = 71; field
835 public static final short DSTORE_0 = 71; field in Const
325 case Opcode.DSTORE_0 : in doOpcode54_95()329 { int var = op - Opcode.DSTORE_0; in doOpcode54_95()
212 case DSTORE_0: in execute()216 evalStore(Type.DOUBLE, opcode - DSTORE_0, frame, subroutine); in execute()