Searched refs:AASTORE (Results 1 – 18 of 18) sorted by relevance
26 public class AASTORE extends ArrayInstruction implements StackConsumer { class30 public AASTORE() { in AASTORE() method in AASTORE31 super(org.apache.bcel.Const.AASTORE); in AASTORE()
76 ArrayInstruction AASTORE = new AASTORE(); field211 INSTRUCTIONS[Const.AASTORE] = AASTORE; in Clinit()
75 public static final ArrayInstruction AASTORE = new AASTORE(); field in InstructionConst206 INSTRUCTIONS[Const.AASTORE] = AASTORE;
80 case org.apache.bcel.Const.AASTORE: in getType()
483 void visitAASTORE( AASTORE obj ); in visitAASTORE()
773 public void visitAASTORE( final AASTORE obj ) { in visitAASTORE()
577 return InstructionConst.AASTORE; in createArrayStore()
206 mv.visitInsn(Opcodes.AASTORE); in generateArgumentArray()212 mv.visitInsn(Opcodes.AASTORE); in generateArgumentArray()220 mv.visitInsn(Opcodes.AASTORE); in generateArgumentArray()
88 il.append(InstructionConst.AASTORE); in createMethod_1()
87 il.append(InstructionConst.AASTORE); in createMethod_1()
91 il.append(InstructionConst.AASTORE); in createMethod_1()
212 instructions.add(new InsnNode(Opcodes.AASTORE)); // A B [(C)] in interceptInvokeVirtualMethodWithoutInvokeDynamic()220 instructions.add(new InsnNode(Opcodes.AASTORE)); // A B [(C)] in interceptInvokeVirtualMethodWithoutInvokeDynamic()
612 short AASTORE = 83; field
895 public static final short AASTORE = 83; field in Const
175 testInsn(AASTORE, true); in testInsn()
155 case Opcodes.AASTORE: in visitInsn()
139 public void visitAASTORE(final AASTORE o) { in visitAASTORE()
482 public void visitAASTORE(final AASTORE o) { in visitAASTORE()