Searched refs:CALOAD (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DCALOAD.java62 * CALOAD - Load char from array
67 public class CALOAD extends ArrayInstruction implements StackProducer { class in inherits:ArrayInstruction,StackProducer
70 public CALOAD() { method in class:CALOAD
71 super(com.sun.org.apache.bcel.internal.Constants.CALOAD);
H A DArrayInstruction.java91 case com.sun.org.apache.bcel.internal.Constants.CALOAD: case com.sun.org.apache.bcel.internal.Constants.CASTORE:
H A DInstructionConstants.java104 public static final ArrayInstruction CALOAD = new CALOAD(); field in interface:InstructionConstants
242 INSTRUCTIONS[Constants.CALOAD] = CALOAD;
H A DEmptyVisitor.java115 public void visitCALOAD(CALOAD obj) { }
H A DVisitor.java118 public void visitCALOAD(CALOAD obj);
H A DInstructionFactory.java443 case Constants.T_CHAR: return CALOAD;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java221 int CALOAD = 52; // - field in interface:Opcodes
H A DFrame.java327 // -1, //CALOAD, // -
933 case Opcodes.CALOAD:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java209 public static final short CALOAD = 52; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java95 CALOAD(0x34), enum constant in enum:Opcode

Completed in 82 milliseconds