Searched refs:getOpcode (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCMemoryInstruction.java67 public int getOpcode() { method in class:SPARCMemoryInstruction
H A DSPARCFormat3AInstruction.java72 public int getOpcode() { method in class:SPARCFormat3AInstruction
/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()) {
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java117 short opcode = i.getOpcode();
131 short opcode = i.getOpcode();
146 short opcode = i.getOpcode();
155 short opcode = i.getOpcode();
169 short opcode = i.getOpcode();
192 short opcode = ((Instruction)i).getOpcode();
H A DInstructionFinder.java120 buf[i] = makeChar(handles[i].getInstruction().getOpcode());
/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
H A DInstructionList.java931 switch(i.getOpcode()) {
H A DMethodGen.java880 short opcode = instruction.getOpcode();
/openjdk7/jdk/test/sun/misc/IoTrace/
H A DIoTraceAgent.java158 mv.visitVarInsn(t.getOpcode(ILOAD), i++);
167 mv.visitInsn(retType.getOpcode(IRETURN));
/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/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/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java2000 switch (inst.getOpcode()) {

Completed in 54 milliseconds