Searched refs:getInstructionList (Results 51 - 75 of 111) sorted by relevance

12345

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DStartsWithCall.java86 final InstructionList il = methodGen.getInstructionList();
H A DUseAttributeSets.java89 final InstructionList il = methodGen.getInstructionList();
H A DVariableRef.java49 final InstructionList il = methodGen.getInstructionList();
H A DAttributeSet.java166 final InstructionList il = methodGen.getInstructionList();
192 final InstructionList il = methodGen.getInstructionList();
H A DDecimalFormatting.java94 InstructionList il = methodGen.getInstructionList();
220 InstructionList il = methodGen.getInstructionList();
H A DTestSeq.java124 public InstructionList getInstructionList() { method in class:TestSeq
245 InstructionList ilist = methodGen.getInstructionList(pattern);
H A DText.java159 final InstructionList il = methodGen.getInstructionList();
231 final InstructionList il = methodGen.getInstructionList();
H A DVariable.java124 final InstructionList il = methodGen.getInstructionList();
152 final InstructionList il = methodGen.getInstructionList();
H A DStepPattern.java235 final InstructionList il = methodGen.getInstructionList();
281 final InstructionList il = methodGen.getInstructionList();
325 final InstructionList il = methodGen.getInstructionList();
410 final InstructionList il = methodGen.getInstructionList();
510 final InstructionList il = methodGen.getInstructionList();
H A DAbsoluteLocationPath.java87 final InstructionList il = methodGen.getInstructionList();
H A DApplyImports.java113 final InstructionList il = methodGen.getInstructionList();
H A DBinOpExpr.java102 final InstructionList il = methodGen.getInstructionList();
H A DDocumentCall.java117 final InstructionList il = methodGen.getInstructionList();
H A DFilteredAbsoluteLocationPath.java86 final InstructionList il = methodGen.getInstructionList();
H A DFormatNumberCall.java88 final InstructionList il = methodGen.getInstructionList();
H A DFunctionAvailableCall.java193 methodGen.getInstructionList().append(new PUSH(cpg, getResult()));
H A DLiteralAttribute.java79 final InstructionList il = methodGen.getInstructionList();
H A DMessage.java61 final InstructionList il = methodGen.getInstructionList();
H A DProcessingInstruction.java82 final InstructionList il = methodGen.getInstructionList();
H A DTransletOutput.java103 final InstructionList il = methodGen.getInstructionList();
H A DUnionPathExpr.java114 final InstructionList il = methodGen.getInstructionList();
H A DUnsupportedElement.java143 InstructionList il = methodGen.getInstructionList();
H A DValueOf.java96 final InstructionList il = methodGen.getInstructionList();
/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...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java120 append(c.getInstructionList());
392 return append(i, c.getInstructionList());
402 return append(c.getInstructionList());
413 return append(ih, c.getInstructionList());
576 return insert(i, c.getInstructionList());
586 return insert(c.getInstructionList());
608 return insert(ih, c.getInstructionList());

Completed in 69 milliseconds

12345