Searched refs:ALOAD_3 (Results 1 – 8 of 8) sorted by relevance
114 if (((_opcode >= Const.ILOAD_0) && (_opcode <= Const.ALOAD_3)) in toString()139 } else if (_opcode <= Const.ALOAD_3) { // compact load instruction such as ILOAD_2 in initFromFile()
260 case Const.ALOAD_3: in readInstruction()
37 int ALOAD_3 = 45; field
354 map.put("aload", precompile(Const.ALOAD_0, Const.ALOAD_3, Const.ALOAD));
460 short ALOAD_3 = 45; field
705 public static final short ALOAD_3 = 45; field in Const
212 case Opcode.ALOAD_3 : in doOpcode0_53()
156 case ALOAD_3: in execute()