Searched refs:IASTORE (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIASTORE.java62 * IASTORE - Store into int array
67 public class IASTORE extends ArrayInstruction implements StackConsumer { class in inherits:ArrayInstruction,StackConsumer
71 public IASTORE() { method in class:IASTORE
72 super(com.sun.org.apache.bcel.internal.Constants.IASTORE);
H A DArrayInstruction.java89 case com.sun.org.apache.bcel.internal.Constants.IALOAD: case com.sun.org.apache.bcel.internal.Constants.IASTORE:
H A DInstructionConstants.java106 public static final ArrayInstruction IASTORE = new IASTORE(); field in interface:InstructionConstants
244 INSTRUCTIONS[Constants.IASTORE] = IASTORE;
H A DEmptyVisitor.java169 public void visitIASTORE(IASTORE obj) { }
H A DVisitor.java172 public void visitIASTORE(IASTORE obj);
H A DInstructionFactory.java464 case Constants.T_INT: return IASTORE;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java248 int IASTORE = 79; // visitInsn field in interface:Opcodes
H A DType.java714 * ISTORE, IALOAD, IASTORE, IADD, ISUB, IMUL, IDIV, IREM, INEG, ISHL,
721 if (opcode == Opcodes.IALOAD || opcode == Opcodes.IASTORE) {
H A DFrame.java354 // -3, //IASTORE, // visitInsn
986 case Opcodes.IASTORE:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java148 String kind = (opcode < Constants.IASTORE)? "Load" : "Store";
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java236 public static final short IASTORE = 79; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java122 IASTORE(0x4f), enum constant in enum:Opcode
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DStylesheet.java861 il.append(IASTORE);

Completed in 80 milliseconds