Searched refs:CALOAD (Results 1 – 13 of 13) sorted by relevance
26 public class CALOAD extends ArrayInstruction implements StackProducer { class30 public CALOAD() { in CALOAD() method in CALOAD31 super(org.apache.bcel.Const.CALOAD); in CALOAD()
70 ArrayInstruction CALOAD = new CALOAD(); field205 INSTRUCTIONS[Const.CALOAD] = CALOAD; in Clinit()
69 public static final ArrayInstruction CALOAD = new CALOAD(); field in InstructionConst200 INSTRUCTIONS[Const.CALOAD] = CALOAD;
61 case org.apache.bcel.Const.CALOAD: in getType()
174 void visitCALOAD( CALOAD obj ); in visitCALOAD()
268 public void visitCALOAD( final CALOAD obj ) { in visitCALOAD()
535 return InstructionConst.CALOAD; in createArrayLoad()
488 short CALOAD = 52; field
740 public static final short CALOAD = 52; field in Const
169 testInsn(CALOAD, true); in testInsn()
128 case Opcodes.CALOAD: in visitInsn()
215 public void visitCALOAD(final CALOAD o) { in visitCALOAD()
665 public void visitCALOAD(final CALOAD o) { in visitCALOAD()