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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLAND.java62 * LAND - Bitwise AND longs
68 public class LAND extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
69 public LAND() { method in class:LAND
70 super(com.sun.org.apache.bcel.internal.Constants.LAND);
H A DArithmeticInstruction.java99 case Constants.LADD: case Constants.LAND: case Constants.LDIV:
H A DInstructionConstants.java154 public static final ArithmeticInstruction LAND = new LAND(); field in interface:InstructionConstants
292 INSTRUCTIONS[Constants.LAND] = LAND;
H A DEmptyVisitor.java138 public void visitLAND(LAND obj) { }
H A DVisitor.java141 public void visitLAND(LAND obj);
H A DInstructionFactory.java316 case '&' : return LAND;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java296 int LAND = 127; // - field in interface:Opcodes
H A DFrame.java402 // -2, //LAND, // -
1110 case Opcodes.LAND:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java284 public static final short LAND = 127; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java170 LAND(0x7f), enum constant in enum:Opcode

Completed in 54 milliseconds