Searched refs:ILOAD_0 (Results 1 – 8 of 8) sorted by relevance
33 super(org.apache.bcel.Const.ILOAD, org.apache.bcel.Const.ILOAD_0); in ILOAD()41 super(org.apache.bcel.Const.ILOAD, org.apache.bcel.Const.ILOAD_0, n); in ILOAD()
114 if (((_opcode >= Const.ILOAD_0) && (_opcode <= Const.ALOAD_3)) in toString()140 n = (_opcode - Const.ILOAD_0) % 4; in initFromFile()
203 case Const.ILOAD_0: in readInstruction()
162 LocalVariableInstruction ILOAD_0 = new ILOAD(0); field
162 public static final LocalVariableInstruction ILOAD_0 = new ILOAD(0); field in InstructionConst
351 map.put("iload", precompile(Const.ILOAD_0, Const.ILOAD_3, Const.ILOAD));
384 short ILOAD_0 = 26; field
610 public static final short ILOAD_0 = 26; field in Const