Searched refs:IREM (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIREM.java62 * IREM - Remainder of int
67 public class IREM extends ArithmeticInstruction implements ExceptionThrower { class in inherits:ArithmeticInstruction,ExceptionThrower
70 public IREM() { method in class:IREM
71 super(com.sun.org.apache.bcel.internal.Constants.IREM);
H A DArithmeticInstruction.java94 case Constants.IMUL: case Constants.INEG: case Constants.IOR: case Constants.IREM:
H A DInstructionConstants.java139 public static final ArithmeticInstruction IREM = new IREM(); field in interface:InstructionConstants
277 INSTRUCTIONS[Constants.IREM] = IREM;
H A DEmptyVisitor.java168 public void visitIREM(IREM obj) { }
H A DVisitor.java171 public void visitIREM(IREM obj);
H A DInstructionFactory.java296 case '%' : return IREM;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java281 int IREM = 112; // - field in interface:Opcodes
H A DFrame.java387 // -1, //IREM, // -
1091 case Opcodes.IREM:
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DIntType.java268 return InstructionConstants.IREM;
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java269 public static final short IREM = 112; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java155 IREM(0x70), enum constant in enum:Opcode

Completed in 53 milliseconds