Searched defs:getOpcode (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCFormat3AInstruction.java72 public int getOpcode() { method in class:SPARCFormat3AInstruction
H A DSPARCMemoryInstruction.java67 public int getOpcode() { method in class:SPARCMemoryInstruction
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java122 public int getOpcode() { method in class:Instruction
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstruction.java145 if(InstructionConstants.INSTRUCTIONS[this.getOpcode()] != null)
264 public short getOpcode() { return opcode; } method in class:Instruction
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DType.java720 public int getOpcode(final int opcode) { method in class:Type
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DInstruction.java191 public Opcode getOpcode() { method in class:Instruction
205 Opcode opcode = getOpcode();
215 Opcode opcode = getOpcode();
239 Opcode opcode = getOpcode();
275 switch (getOpcode()) {

Completed in 49 milliseconds