Searched refs:IASTORE (Results 1 – 14 of 14) sorted by relevance
26 public class IASTORE extends ArrayInstruction implements StackConsumer { class31 public IASTORE() { in IASTORE() method in IASTORE32 super(org.apache.bcel.Const.IASTORE); in IASTORE()
72 ArrayInstruction IASTORE = new IASTORE(); field207 INSTRUCTIONS[Const.IASTORE] = IASTORE; in Clinit()
71 public static final ArrayInstruction IASTORE = new IASTORE(); field in InstructionConst202 INSTRUCTIONS[Const.IASTORE] = IASTORE;
59 case org.apache.bcel.Const.IASTORE: in getType()
336 void visitIASTORE( IASTORE obj ); in visitIASTORE()
538 public void visitIASTORE( final IASTORE obj ) { in visitIASTORE()
568 return InstructionConst.IASTORE; in createArrayStore()
596 short IASTORE = 79; field
875 public static final short IASTORE = 79; field in Const
171 testInsn(IASTORE, true); in testInsn()
141 final String kind = (opcode < Const.IASTORE) ? "Load" : "Store"; in visitArrayInstruction()
150 case Opcodes.IASTORE: in visitInsn()
656 public void visitIASTORE(final IASTORE o) { in visitIASTORE()
1486 public void visitIASTORE(final IASTORE o) { in visitIASTORE()