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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DISHL.java62 * ISHL - Arithmetic shift left int
67 public class ISHL extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
68 public ISHL() { method in class:ISHL
69 super(com.sun.org.apache.bcel.internal.Constants.ISHL);
H A DArithmeticInstruction.java95 case Constants.ISHL: case Constants.ISHR: case Constants.ISUB:
H A DInstructionConstants.java147 public static final ArithmeticInstruction ISHL = new ISHL(); field in interface:InstructionConstants
285 INSTRUCTIONS[Constants.ISHL] = ISHL;
H A DEmptyVisitor.java240 public void visitISHL(ISHL obj) { }
H A DVisitor.java243 public void visitISHL(ISHL obj);
H A DInstructionFactory.java302 case '<' : return ISHL;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java289 int ISHL = 120; // - field in interface:Opcodes
H A DFrame.java395 // -1, //ISHL, // -
1095 case Opcodes.ISHL:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java277 public static final short ISHL = 120; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java163 ISHL(0x78), enum constant in enum:Opcode

Completed in 53 milliseconds