Searched refs:ISTORE_0 (Results 1 – 8 of 8) sorted by relevance
33 super(org.apache.bcel.Const.ISTORE, org.apache.bcel.Const.ISTORE_0); in ISTORE()41 super(org.apache.bcel.Const.ISTORE, org.apache.bcel.Const.ISTORE_0, n); in ISTORE()
115 || ((_opcode >= Const.ISTORE_0) && (_opcode <= Const.ASTORE_3))) { in toString()143 n = (_opcode - Const.ISTORE_0) % 4; in initFromFile()
278 case Const.ISTORE_0: in readInstruction()
168 LocalVariableInstruction ISTORE_0 = new ISTORE(0); field
168 public static final LocalVariableInstruction ISTORE_0 = new ISTORE(0); field in InstructionConst
356 map.put("istore", precompile(Const.ISTORE_0, Const.ISTORE_3, Const.ISTORE));
516 short ISTORE_0 = 59; field
775 public static final short ISTORE_0 = 59; field in Const