Searched refs:getInstruction (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DJsrInstruction.java91 * i, j where i != j and i.getInstruction() == this ==
92 * j.getInstruction().
104 while(ih.getInstruction() != this)
111 if ((ih != null) && (ih.getInstruction() == this))
H A DBranchInstruction.java164 if(target.getInstruction() == this)
166 else if(target.getInstruction() == null)
169 t = target.getInstruction().toString(false); // Avoid circles
H A DLineNumberGen.java133 public InstructionHandle getInstruction() { return ih; } method in class:LineNumberGen
H A DCodeExceptionGen.java112 end_pc.getPosition() + end_pc.getInstruction().getLength(),
H A DInstructionHandle.java92 public final Instruction getInstruction() { return instruction; } method in class:InstructionHandle
H A DPUSH.java188 public final Instruction getInstruction() { method in class:PUSH
H A DSWITCH.java183 public final Instruction getInstruction() { method in class:SWITCH
H A DSelect.java182 s = targets[i].getInstruction().toString();
H A DLocalVariableGen.java126 length += end.getInstruction().getLength();
H A DMethodGen.java714 if((next != null) && (ih.getInstruction() instanceof NOP)) {
791 Instruction ins = ih.getInstruction();
879 Instruction instruction = ih.getInstruction();
H A DInstructionList.java740 ih.getInstruction().dispose(); // e.g. BranchInstructions release their targets
1196 Instruction i = ih.getInstruction();
H A DInstructionFactory.java163 return push.getInstruction();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCIllegalInstruction.java43 public int getInstruction() { method in class:SPARCIllegalInstruction
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java580 + lvgEnd.getInstruction().getLength() >= offset));
870 (currentHandle != null) ? currentHandle.getInstruction()
1190 + lastInst.getInstruction().getLength();
1236 + last.getInstruction().getLength();
1378 Instruction inst = ih.getInstruction();
1571 Instruction i = ih.getInstruction();
1572 Instruction c = ch.getInstruction();
1887 last.getPosition() + last.getInstruction().getLength();
1900 last.getPosition() + last.getInstruction().getLength();
1998 Instruction inst = ih.getInstruction();
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java1437 (com.sun.org.apache.bcel.internal.generic.ILOAD) match[0].getInstruction();
1439 (com.sun.org.apache.bcel.internal.generic.ILOAD) match[1].getInstruction();
1441 (com.sun.org.apache.bcel.internal.generic.ISTORE) match[3].getInstruction();
1469 Instruction load_m = match[1].getInstruction();
1489 (com.sun.org.apache.bcel.internal.generic.ALOAD) match[0].getInstruction();
1491 (com.sun.org.apache.bcel.internal.generic.ALOAD) match[1].getInstruction();
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java91 Instruction i = ih.getInstruction();
H A DInstructionFinder.java120 buf[i] = makeChar(handles[i].getInstruction().getOpcode());

Completed in 59 milliseconds