Searched refs:il (Results 1 - 25 of 129) sorted by relevance

123456

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMessage.java61 final InstructionList il = methodGen.getInstructionList();
64 il.append(classGen.loadTranslet());
68 il.append(new PUSH(cpg, ""));
73 il.append(new PUSH(cpg, ((Text) child).getText()));
79 il.append(methodGen.loadHandler());
82 il.append(new NEW(cpg.addClass(STREAM_XML_OUTPUT)));
83 il.append(methodGen.storeHandler());
86 il.append(new NEW(cpg.addClass(STRING_WRITER)));
87 il.append(DUP);
88 il
[all...]
H A DKey.java146 final InstructionList il = methodGen.getInstructionList();
172 parentNode.setStart(il.append(new ISTORE(parentNode.getIndex())));
175 il.append(methodGen.loadCurrentNode());
176 il.append(methodGen.loadIterator());
181 il.append(methodGen.storeIterator());
183 final BranchHandle nextNode = il.append(new GOTO(null));
184 final InstructionHandle loop = il.append(NOP);
187 il.append(classGen.loadTranslet());
188 il.append(new PUSH(cpg, _name.toString()));
189 parentNode.setEnd(il
[all...]
H A DDecimalFormatting.java94 InstructionList il = methodGen.getInstructionList();
102 il.append(classGen.loadTranslet());
103 il.append(new PUSH(cpg, _name.toString()));
109 il.append(new NEW(cpg.addClass(DFS_CLASS)));
110 il.append(DUP);
111 il.append(new GETSTATIC(cpg.addFieldref(LOCALE_CLASS, "US",
113 il.append(new INVOKESPECIAL(init));
119 il.append(DUP);
120 il.append(new PUSH(cpg, "NaN"));
121 il
[all...]
H A DStepPattern.java235 final InstructionList il = methodGen.getInstructionList();
240 il.append(methodGen.loadDOM());
241 il.append(SWAP);
242 il.append(new INVOKEINTERFACE(check, 2));
245 final BranchHandle icmp = il.append(new IFNE(null));
246 _falseList.add(il.append(new GOTO_W(null)));
247 icmp.setTarget(il.append(NOP));
252 il.append(methodGen.loadDOM());
253 il.append(SWAP);
254 il
[all...]
H A DComment.java55 final InstructionList il = methodGen.getInstructionList();
71 il.append(methodGen.loadHandler());
79 il.append(new INVOKEINTERFACE(comment, 4));
81 il.append(new PUSH(cpg, rawText.getText()));
86 il.append(new INVOKEINTERFACE(comment, 2));
90 il.append(methodGen.loadHandler());
91 il.append(DUP); // first arg to "comment" call
94 il.append(classGen.loadTranslet());
95 il.append(new GETFIELD(cpg.addFieldref(TRANSLET_CLASS,
98 il
[all...]
H A DNumber.java234 InstructionList il = methodGen.getInstructionList();
255 il.append(classGen.loadTranslet());
256 il.append(new GETFIELD(fieldIndexes[_level]));
257 final BranchHandle ifBlock1 = il.append(new IFNONNULL(null));
266 il.append(classGen.loadTranslet());
267 il.append(methodGen.loadDOM());
268 il.append(methodGen.loadIterator());
269 il.append(new INVOKESTATIC(index));
270 il.append(DUP);
273 il
333 compileLocals(NodeCounterGenerator nodeCounterGen, MatchGenerator matchGen, InstructionList il) argument
[all...]
H A DStep.java244 final InstructionList il = methodGen.getInstructionList();
269 il.append(methodGen.loadDOM());
270 il.append(new PUSH(cpg, Axis.ATTRIBUTE));
271 il.append(new PUSH(cpg, _nodeType));
272 il.append(new INVOKEINTERFACE(iter, 3));
281 il.append(methodGen.loadContextNode());
289 il.append(new NEW(cpg.addClass(SINGLETON_ITERATOR)));
290 il.append(DUP);
291 il.append(methodGen.loadContextNode());
292 il
[all...]
H A DProcessingInstruction.java82 final InstructionList il = methodGen.getInstructionList();
93 nameValue.setStart(il.append(new ASTORE(nameValue.getIndex())));
94 il.append(new ALOAD(nameValue.getIndex()));
101 il.append(new INVOKESTATIC(check));
104 il.append(methodGen.loadHandler());
105 il.append(DUP); // first arg to "attributes" call
108 nameValue.setEnd(il.append(new ALOAD(nameValue.getIndex())));
111 il.append(methodGen.loadHandler());
112 il.append(DUP); // first arg to "attributes" call
119 il
[all...]
H A DCopy.java82 final InstructionList il = methodGen.getInstructionList();
94 il.append(methodGen.loadDOM());
95 il.append(methodGen.loadCurrentNode());
96 il.append(methodGen.loadHandler());
103 il.append(new INVOKEINTERFACE(cpy, 3));
104 il.append(DUP);
105 name.setStart(il.append(new ASTORE(name.getIndex())));
106 final BranchHandle ifBlock1 = il.append(new IFNULL(null));
109 il.append(new ALOAD(name.getIndex()));
111 il
[all...]
H A DSort.java220 final InstructionList il = methodGen.getInstructionList();
221 il.append(new PUSH(cpg, _lang)); // bug! see 26869
252 final InstructionList il = methodGen.getInstructionList();
286 il.append(methodGen.loadDOM());
287 il.append(new PUSH(cpg, Axis.CHILD));
288 il.append(new INVOKEINTERFACE(children, 2));
294 nodesTemp.setStart(il.append(new ASTORE(nodesTemp.getIndex())));
300 il.append(new ASTORE(sortRecordFactoryTemp.getIndex())));
302 il.append(new NEW(cpg.addClass(SORT_ITERATOR)));
303 il
[all...]
H A DIdKeyPattern.java87 final InstructionList il = methodGen.getInstructionList();
108 il.append(classGen.loadTranslet());
109 il.append(new PUSH(cpg,_index));
110 il.append(new INVOKEVIRTUAL(getKeyIndex));
114 il.append(SWAP);
115 il.append(new PUSH(cpg,_value));
118 il.append(new INVOKEVIRTUAL(lookupId));
122 il.append(new INVOKEVIRTUAL(lookupKey));
125 _trueList.add(il.append(new IFNE(null)));
126 _falseList.add(il
[all...]
H A DValueOf.java96 final InstructionList il = methodGen.getInstructionList();
102 il.append(methodGen.loadHandler());
103 il.append(new PUSH(cpg,false));
104 il.append(new INVOKEINTERFACE(setEscaping,2));
117 il.append(classGen.loadTranslet());
119 il.append(methodGen.loadHandler());
120 il.append(new INVOKEVIRTUAL(characters));
126 il.append(methodGen.loadDOM());
128 il.append(methodGen.loadHandler());
129 il
[all...]
H A DProcessingInstructionPattern.java95 final InstructionList il = methodGen.getInstructionList();
105 il.append(methodGen.loadCurrentNode());
106 il.append(SWAP);
109 il.append(methodGen.storeCurrentNode());
113 il.append(methodGen.loadCurrentNode());
117 il.append(methodGen.loadDOM());
118 il.append(methodGen.loadCurrentNode());
119 il.append(new INVOKEINTERFACE(getType, 2));
120 il.append(new PUSH(cpg, DTM.PROCESSING_INSTRUCTION_NODE));
121 _falseList.add(il
[all...]
H A DStylesheet.java755 final InstructionList il = new InstructionList();
761 _className, il, cpg);
809 il.append(new PUSH(cpg, size));
810 il.append(new ANEWARRAY(cpg.addClass(STRING)));
814 il.append(new PUTSTATIC(namesArrayRef));
820 il.append(new GETSTATIC(namesArrayRef));
821 il.append(new PUSH(cpg, i));
822 il.append(new PUSH(cpg, name));
823 il.append(AASTORE);
828 il
[all...]
H A DOutput.java326 InstructionList il = methodGen.getInstructionList();
329 il.append(classGen.loadTranslet());
334 il.append(DUP);
335 il.append(new PUSH(cpg, _version));
336 il.append(new PUTFIELD(field));
342 il.append(DUP);
343 il.append(new PUSH(cpg, _method));
344 il.append(new PUTFIELD(field));
350 il.append(DUP);
351 il
[all...]
H A DParameterRef.java61 final InstructionList il = methodGen.getInstructionList();
80 il.append(ALOAD_0);
81 il.append(new GETFIELD(
86 il.append(_variable.loadInstruction());
90 il.append(_variable.loadInstruction());
95 il.append(classGen.loadTranslet());
97 il.append(new CHECKCAST(cpg.addClass(className)));
99 il.append(new GETFIELD(cpg.addFieldref(className,name,signature)));
108 il.append(new INVOKEINTERFACE(clone, 1));
H A DVariableRef.java49 final InstructionList il = methodGen.getInstructionList();
66 il.append(ALOAD_0);
67 il.append(new GETFIELD(
72 il.append(_variable.loadInstruction());
76 il.append(_variable.loadInstruction());
81 il.append(classGen.loadTranslet());
83 il.append(new CHECKCAST(cpg.addClass(className)));
85 il.append(new GETFIELD(cpg.addFieldref(className,name,signature)));
94 il.append(new INVOKEINTERFACE(clone, 1));
H A DAncestorPattern.java100 final InstructionList il = methodGen.getInstructionList();
108 il.getEnd());
116 il.append(DUP);
117 il.append(storeLocal);
119 il.append(methodGen.loadDOM());
120 il.append(loadLocal);
126 il.append(methodGen.loadDOM());
127 il.append(SWAP);
135 parent = il.append(new INVOKEINTERFACE(getParent, 2));
137 il
[all...]
H A DLastCall.java54 final InstructionList il = methodGen.getInstructionList();
57 il.append(((CompareGenerator)methodGen).loadLastNode());
60 il.append(new ILOAD(LAST_INDEX));
67 il.append(methodGen.loadIterator());
68 il.append(new INVOKEINTERFACE(getLast, 1));
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DResultTreeType.java134 final InstructionList il = methodGen.getInstructionList();
135 il.append(POP); // don't need the DOM reference
136 il.append(ICONST_1); // push 'true' on the stack
150 final InstructionList il = methodGen.getInstructionList();
156 il.append(new INVOKEINTERFACE(index, 1));
163 il.append(classGen.loadTranslet());
165 il.append(new CHECKCAST(cpg.addClass(className)));
167 il.append(DUP);
168 il.append(new GETFIELD(cpg.addFieldref(className, "_dom",
173 il
[all...]
H A DNodeType.java125 final InstructionList il = methodGen.getInstructionList();
130 il.append(methodGen.loadDOM());
131 il.append(SWAP); // dom ref must be below node index
135 il.append(new INVOKEINTERFACE(index, 2));
142 il.append(methodGen.loadDOM());
143 il.append(SWAP); // dom ref must be below node index
147 il.append(new INVOKEINTERFACE(index, 2));
168 final InstructionList il = methodGen.getInstructionList();
170 il.append(ICONST_1);
171 final BranchHandle truec = il
[all...]
H A DRealType.java119 final InstructionList il = methodGen.getInstructionList();
120 il.append(new INVOKESTATIC(cpg.addMethodref(BASIS_LIBRARY_CLASS,
133 final InstructionList il = methodGen.getInstructionList();
135 il.append(ICONST_1);
136 final BranchHandle truec = il.append(new GOTO(null));
137 falsel.backPatch(il.append(ICONST_0));
138 truec.setTarget(il.append(NOP));
149 final InstructionList il = methodGen.getInstructionList();
150 il.append(new INVOKESTATIC(cpg.addMethodref(BASIS_LIBRARY_CLASS,
167 final InstructionList il
[all...]
H A DReferenceType.java113 InstructionList il = methodGen.getInstructionList();
117 il.append(new PUSH(cpg, DTM.ROOT_NODE)); // push root node
120 il.append(new ILOAD(current));
122 il.append(methodGen.loadDOM());
130 il.append(new INVOKESTATIC(stringF));
141 final InstructionList il = methodGen.getInstructionList();
143 il.append(methodGen.loadDOM());
149 il.append(new INVOKESTATIC(index));
160 final InstructionList il = methodGen.getInstructionList();
166 il
[all...]
H A DNodeSetType.java106 InstructionList il = methodGen.getInstructionList();
112 il.append(classGen.loadTranslet()); // push translet onto stack
113 il.append(methodGen.loadDOM()); // push DOM onto stack
121 il.append(new INVOKESTATIC(convert));
127 il.append(classGen.loadTranslet()); // push translet onto stack
128 il.append(methodGen.loadDOM()); // push DOM onto stack
136 il.append(new INVOKESTATIC(convert));
156 final InstructionList il = methodGen.getInstructionList();
158 il.append(ICONST_1);
159 final BranchHandle truec = il
[all...]
H A DIntType.java134 final InstructionList il = methodGen.getInstructionList();
135 il.append(new INVOKESTATIC(cpg.addMethodref(INTEGER_CLASS,
148 final InstructionList il = methodGen.getInstructionList();
149 final BranchHandle falsec = il.append(new IFEQ(null));
150 il.append(ICONST_1);
151 final BranchHandle truec = il.append(new GOTO(null));
152 falsec.setTarget(il.append(ICONST_0));
153 truec.setTarget(il.append(NOP));
166 final InstructionList il = methodGen.getInstructionList();
167 return new FlowList(il
[all...]

Completed in 72 milliseconds

123456