Searched refs:DALOAD (Results 1 – 19 of 19) sorted by relevance
26 public class DALOAD extends ArrayInstruction implements StackProducer { class30 public DALOAD() { in DALOAD() method in DALOAD31 super(org.apache.bcel.Const.DALOAD); in DALOAD()
66 public static final ArrayInstruction DALOAD = new DALOAD(); field in InstructionConst197 INSTRUCTIONS[Const.DALOAD] = DALOAD;
67 ArrayInstruction DALOAD = new DALOAD(); field202 INSTRUCTIONS[Const.DALOAD] = DALOAD; in Clinit()
73 case org.apache.bcel.Const.DALOAD: in getType()
294 void visitDALOAD( DALOAD obj ); in visitDALOAD()
468 public void visitDALOAD( final DALOAD obj ) { in visitDALOAD()
543 return InstructionConst.DALOAD; in createArrayLoad()
72 if (c == AALOAD || c == BALOAD || c == CALOAD || c == DALOAD in initialize()180 case DALOAD: in getMethodName()235 case DALOAD: in getLoadReplacementSignature()
57 int DALOAD = 49; field
166 DALOAD, L2D -> { in executeOne()
476 short DALOAD = 49; field
725 public static final short DALOAD = 49; field in Const
166 testInsn(DALOAD, true); in testInsn()
139 case Opcodes.DALOAD: in visitInsn()
226 case Opcode.DALOAD : in doOpcode0_53()
266 public void visitDALOAD(final DALOAD o) { in visitDALOAD()
761 public void visitDALOAD(final DALOAD o) { in visitDALOAD()
168 case DALOAD: in execute()
1710 return DALOAD; in getArrayReadOp()