Searched refs:ALOAD_0 (Results 1 – 7 of 7) sorted by relevance
33 super(org.apache.bcel.Const.ALOAD, org.apache.bcel.Const.ALOAD_0); in ALOAD()41 super(org.apache.bcel.Const.ALOAD, org.apache.bcel.Const.ALOAD_0, n); in ALOAD()
251 case Const.ALOAD_0: in readInstruction()
159 LocalVariableInstruction ALOAD_0 = THIS; field
159 public static final LocalVariableInstruction ALOAD_0 = THIS; field in InstructionConst
354 map.put("aload", precompile(Const.ALOAD_0, Const.ALOAD_3, Const.ALOAD));
448 short ALOAD_0 = 42; field
690 public static final short ALOAD_0 = 42; field in Const