Searched refs:ASTORE_0 (Results 1 – 10 of 10) sorted by relevance
33 super(org.apache.bcel.Const.ASTORE, org.apache.bcel.Const.ASTORE_0); in ASTORE()41 super(org.apache.bcel.Const.ASTORE, org.apache.bcel.Const.ASTORE_0, n); in ASTORE()
326 case Const.ASTORE_0: in readInstruction()
165 public static final LocalVariableInstruction ASTORE_0 = new ASTORE(0); field in InstructionConst
165 LocalVariableInstruction ASTORE_0 = new ASTORE(0); field
42 int ASTORE_0 = 75; field
359 map.put("astore", precompile(Const.ASTORE_0, Const.ASTORE_3, Const.ASTORE));
580 short ASTORE_0 = 75; field
855 public static final short ASTORE_0 = 75; field in Const
334 case Opcode.ASTORE_0 : in doOpcode54_95()338 { int var = op - Opcode.ASTORE_0; in doOpcode54_95()
218 case ASTORE_0: in execute()222 evalStore(Type.OBJECT, opcode - ASTORE_0, frame, subroutine); in execute()