Searched refs:ASTORE_3 (Results 1 – 5 of 5) sorted by relevance
115 || ((_opcode >= Const.ISTORE_0) && (_opcode <= Const.ASTORE_3))) { in toString()
335 case Const.ASTORE_3: in readInstruction()
359 map.put("astore", precompile(Const.ASTORE_0, Const.ASTORE_3, Const.ASTORE));
592 short ASTORE_3 = 78; field
870 public static final short ASTORE_3 = 78; field in Const