Searched defs:getInstructionList (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DCompoundInstruction.java77 public InstructionList getInstructionList(); method in interface:CompoundInstruction
H A DPUSH.java184 public final InstructionList getInstructionList() { method in class:PUSH
H A DSWITCH.java179 public final InstructionList getInstructionList() { method in class:SWITCH
H A DMethodGen.java762 public InstructionList getInstructionList() { return il; } method in class:MethodGen
990 mg.getInstructionList().replaceConstantPool(this.cp, cp);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DInstructionFinder.java304 public final InstructionList getInstructionList() { return il; } method in class:InstructionFinder
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DTestSeq.java124 public InstructionList getInstructionList() { method in class:TestSeq
245 InstructionList ilist = methodGen.getInstructionList(pattern);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java563 lvgStart = getInstructionList().getStart();
569 lvgEnd = getInstructionList().getEnd();
717 public InstructionList getInstructionList(Pattern pattern) { method in class:MethodGenerator
832 Iterator instructions = getInstructionList().iterator();
1183 InstructionList il = getInstructionList();
1704 InstructionList oldMethodIL = getInstructionList();
1843 getInstructionList()
1855 getInstructionList()
1881 InstructionList il = getInstructionList();
1983 InstructionList il = getInstructionList();
[all...]

Completed in 41 milliseconds