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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLOR.java62 * LOR - Bitwise OR long
67 public class LOR extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
68 public LOR() { method in class:LOR
69 super(com.sun.org.apache.bcel.internal.Constants.LOR);
H A DArithmeticInstruction.java100 case Constants.LMUL: case Constants.LNEG: case Constants.LOR: case Constants.LREM:
H A DInstructionConstants.java156 public static final ArithmeticInstruction LOR = new LOR(); field in interface:InstructionConstants
294 INSTRUCTIONS[Constants.LOR] = LOR;
H A DEmptyVisitor.java140 public void visitLOR(LOR obj) { }
H A DVisitor.java143 public void visitLOR(LOR obj);
H A DInstructionFactory.java317 case '|' : return LOR;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java298 int LOR = 129; // - field in interface:Opcodes
H A DFrame.java404 // -2, //LOR, // -
1111 case Opcodes.LOR:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java286 public static final short LOR = 129; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java172 LOR(0x81), enum constant in enum:Opcode

Completed in 43 milliseconds