Searched refs:setInstructionList (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DTopLevelElement.java67 methodGen.setInstructionList(result = new InstructionList());
69 methodGen.setInstructionList(save);
H A DExpression.java112 methodGen.setInstructionList(result = new InstructionList());
114 methodGen.setInstructionList(save);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DMethodGen.java126 setInstructionList(il);
763 public void setInstructionList(InstructionList il) { this.il = il; } method in class:MethodGen

Completed in 32 milliseconds