Searched refs:IndexedInstruction (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIndexedInstruction.java67 public interface IndexedInstruction { interface
H A DInstructionComparator.java97 } else if(i1 instanceof IndexedInstruction) {
98 return ((IndexedInstruction)i1).getIndex() ==
99 ((IndexedInstruction)i2).getIndex();
H A DRET.java70 public class RET extends Instruction implements IndexedInstruction, TypedInstruction {
H A DCPInstruction.java77 implements TypedInstruction, IndexedInstruction
H A DLocalVariableInstruction.java71 implements TypedInstruction, IndexedInstruction {
H A DMethodGen.java796 int index = ((IndexedInstruction)ins).getIndex() +
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java52 import com.sun.org.apache.bcel.internal.generic.IndexedInstruction;
1415 IndexedInstruction lvi = (IndexedInstruction)c;
1602 IndexedInstruction lvi = (IndexedInstruction)c;

Completed in 40 milliseconds