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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLREM.java62 * LREM - Remainder of long
67 public class LREM extends ArithmeticInstruction implements ExceptionThrower { class in inherits:ArithmeticInstruction,ExceptionThrower
68 public LREM() { method in class:LREM
69 super(com.sun.org.apache.bcel.internal.Constants.LREM);
H A DArithmeticInstruction.java100 case Constants.LMUL: case Constants.LNEG: case Constants.LOR: case Constants.LREM:
H A DInstructionConstants.java140 public static final ArithmeticInstruction LREM = new LREM(); field in interface:InstructionConstants
278 INSTRUCTIONS[Constants.LREM] = LREM;
H A DEmptyVisitor.java230 public void visitLREM(LREM obj) { }
H A DVisitor.java233 public void visitLREM(LREM obj);
H A DInstructionFactory.java313 case '%' : return LREM;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java282 int LREM = 113; // - field in interface:Opcodes
H A DFrame.java388 // -2, //LREM, // -
1109 case Opcodes.LREM:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java270 public static final short LREM = 113; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java156 LREM(0x71), enum constant in enum:Opcode

Completed in 76 milliseconds