Searched refs:il (Results 51 - 75 of 129) sorted by relevance

123456

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParentLocationPath.java179 final InstructionList il = methodGen.getInstructionList();
194 pathTemp.setStart(il.append(new ASTORE(pathTemp.getIndex())));
201 stepTemp.setStart(il.append(new ASTORE(stepTemp.getIndex())));
210 il.append(new NEW(cpg.addClass(STEP_ITERATOR_CLASS)));
211 il.append(DUP);
213 pathTemp.setEnd(il.append(new ALOAD(pathTemp.getIndex())));
214 stepTemp.setEnd(il.append(new ALOAD(stepTemp.getIndex())));
217 il.append(new INVOKESPECIAL(initSI));
232 il.append(new INVOKEVIRTUAL(incl));
246 il
[all...]
H A DAbsoluteLocationPath.java87 final InstructionList il = methodGen.getInstructionList();
111 il.append(new ASTORE(relPathIterator.getIndex())));
114 il.append(new NEW(cpg.addClass(ABSOLUTE_ITERATOR)));
115 il.append(DUP);
117 il.append(new ALOAD(relPathIterator.getIndex())));
120 il.append(new INVOKESPECIAL(initAI));
126 il.append(methodGen.loadDOM());
127 il.append(new INVOKEINTERFACE(gitr, 1));
H A DFilteredAbsoluteLocationPath.java86 final InstructionList il = methodGen.getInstructionList();
109 pathTemp.setStart(il.append(new ASTORE(pathTemp.getIndex())));
112 il.append(new NEW(cpg.addClass(DUP_FILTERED_ITERATOR)));
113 il.append(DUP);
114 pathTemp.setEnd(il.append(new ALOAD(pathTemp.getIndex())));
117 il.append(new INVOKESPECIAL(initDFI));
123 il.append(methodGen.loadDOM());
124 il.append(new INVOKEINTERFACE(git, 1));
H A DWithParam.java173 final InstructionList il = methodGen.getInstructionList();
174 il.append(new PUSH(cpg, Constants.EMPTYSTRING));
185 final InstructionList il = methodGen.getInstructionList();
197 il.append(classGen.loadTranslet());
200 il.append(new PUSH(cpg, name)); // TODO: namespace ?
204 il.append(new PUSH(cpg, false));
206 il.append(new INVOKEVIRTUAL(cpg.addMethodref(TRANSLET_CLASS,
209 il.append(POP); // cleanup stack
H A DCallTemplate.java110 final InstructionList il = methodGen.getInstructionList();
127 il.append(classGen.loadTranslet());
128 il.append(new INVOKEVIRTUAL(push));
138 il.append(classGen.loadTranslet());
139 il.append(methodGen.loadDOM());
140 il.append(methodGen.loadIterator());
141 il.append(methodGen.loadHandler());
142 il.append(methodGen.loadCurrentNode());
159 il.append(ACONST_NULL);
169 il
[all...]
H A DGenerateIdCall.java44 final InstructionList il = methodGen.getInstructionList();
46 il.append(methodGen.loadContextNode());
52 il.append(new INVOKESTATIC(cpg.addMethodref(BASIS_LIBRARY_CLASS,
H A DLocalNameCall.java61 final InstructionList il = methodGen.getInstructionList();
73 il.append(new INVOKEINTERFACE(getNodeName, 2));
74 il.append(new INVOKESTATIC(getLocalName));
H A DStringLengthCall.java46 final InstructionList il = methodGen.getInstructionList();
51 il.append(methodGen.loadContextNode());
54 il.append(new INVOKEVIRTUAL(cpg.addMethodref(STRING_CLASS,
H A DLangCall.java80 final InstructionList il = methodGen.getInstructionList();
86 il.append(methodGen.loadDOM());
88 il.append(new ILOAD(1));
90 il.append(methodGen.loadContextNode());
91 il.append(new INVOKESTATIC(tst));
H A DApplyTemplates.java120 final InstructionList il = methodGen.getInstructionList();
135 il.append(classGen.loadTranslet());
139 il.append(new INVOKEVIRTUAL(pushFrame));
145 il.append(classGen.loadTranslet());
160 il.append(methodGen.loadDOM());
170 il.append(methodGen.loadCurrentNode());
171 il.append(new INVOKEINTERFACE(setStartNode,2));
188 il.append(methodGen.loadHandler());
193 il.append(new INVOKEVIRTUAL(applyTemplates));
197 il
[all...]
H A DKeyCall.java191 final InstructionList il = methodGen.getInstructionList();
212 il.append(classGen.loadTranslet());
214 il.append(new PUSH(cpg,"##id"));
216 il.append(new PUSH(cpg, _resolvedQName.toString()));
228 il.append(new INVOKEVIRTUAL(getKeyIndex));
229 il.append(DUP);
230 il.append(methodGen.loadDOM());
231 il.append(methodGen.loadCurrentNode());
232 il.append(new INVOKEVIRTUAL(keyDom));
235 il
[all...]
H A DChoose.java105 InstructionList il = methodGen.getInstructionList();
118 InstructionHandle truec = il.getEnd();
121 nextElement.setTarget(il.append(NOP));
129 test._falseList.add(il.append(new IFEQ(null)));
137 truec = il.getEnd();
144 exitHandles.addElement(il.append(new GOTO(null)));
146 nextElement = il.append(new GOTO(null));
150 test.backPatchFalseList(exit = il.append(NOP));
156 nextElement.setTarget(il.append(NOP));
158 exit = il
[all...]
H A DExpression.java146 final InstructionList il = methodGen.getInstructionList();
147 il.append(methodGen.loadContextNode());
148 il.append(methodGen.setStartNode());
159 final InstructionList il = methodGen.getInstructionList();
160 _trueList.backPatch(il.append(ICONST_1));
161 final BranchHandle truec = il.append(new GOTO_W(null));
162 _falseList.backPatch(il.append(ICONST_0));
163 truec.setTarget(il.append(NOP));
168 final InstructionList il = methodGen.getInstructionList();
169 _falseList.add(il
[all...]
H A DBinOpExpr.java102 final InstructionList il = methodGen.getInstructionList();
109 il.append(_type.ADD());
112 il.append(_type.SUB());
115 il.append(_type.MUL());
118 il.append(_type.DIV());
121 il.append(_type.REM());
H A DDocumentCall.java117 final InstructionList il = methodGen.getInstructionList();
151 il.append(new PUSH(cpg, getStylesheet().getSystemId()));
152 il.append(classGen.loadTranslet());
153 il.append(DUP);
154 il.append(new GETFIELD(domField));
155 il.append(new INVOKESTATIC(docIdx));
H A DFormatNumberCall.java88 final InstructionList il = methodGen.getInstructionList();
103 il.append(classGen.loadTranslet());
105 il.append(new PUSH(cpg, EMPTYSTRING));
108 il.append(new PUSH(cpg, _resolvedQName.toString()));
113 il.append(new INVOKEVIRTUAL(get));
114 il.append(new INVOKESTATIC(fn3arg));
H A DLiteralAttribute.java79 final InstructionList il = methodGen.getInstructionList();
82 il.append(methodGen.loadHandler());
84 il.append(new PUSH(cpg, _name));
117 il.append(new PUSH(cpg, flags));
118 il.append(methodGen.uniqueAttribute());
122 il.append(methodGen.attribute());
H A DUnparsedEntityUriCall.java60 final InstructionList il = methodGen.getInstructionList();
62 il.append(methodGen.loadDOM());
66 il.append(new INVOKEINTERFACE(
H A DAttributeSet.java166 final InstructionList il = methodGen.getInstructionList();
169 il.append(classGen.loadTranslet());
170 il.append(methodGen.loadDOM());
171 il.append(methodGen.loadIterator());
172 il.append(methodGen.loadHandler());
173 il.append(methodGen.loadCurrentNode());
176 il.append(new INVOKESPECIAL(method));
192 final InstructionList il = methodGen.getInstructionList();
193 il.append(RETURN);
H A DVariable.java124 final InstructionList il = methodGen.getInstructionList();
138 il.append(new ICONST(0)); // 0 for node-id, integer and boolean
140 il.append(new DCONST(0)); // 0.0 for floating point numbers
142 il.append(new ACONST_NULL()); // and 'null' for anything else
145 _local.setStart(il.append(_type.STORE(_local.getIndex())));
152 final InstructionList il = methodGen.getInstructionList();
175 il.append(_type.STORE(_local.getIndex()));
196 il.append(classGen.loadTranslet());
200 il.append(new PUTFIELD(cpg.addFieldref(classGen.getClassName(),
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DObjectType.java135 final InstructionList il = methodGen.getInstructionList();
137 il.append(DUP);
138 final BranchHandle ifNull = il.append(new IFNULL(null));
139 il.append(new INVOKEVIRTUAL(cpg.addMethodref(_javaClassName,
142 final BranchHandle gotobh = il.append(new GOTO(null));
143 ifNull.setTarget(il.append(POP));
144 il.append(new PUSH(cpg, ""));
145 gotobh.setTarget(il.append(NOP));
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java132 * @param ihs array of instruction handles, i.e. il.getInstructionHandles()
133 * @param pos array of positions corresponding to ihs, i.e. il.getInstructionPositions()
253 * @param il Instruction list to append to this one
256 public InstructionHandle append(InstructionHandle ih, InstructionList il) { argument
257 if(il == null)
260 if(il.isEmpty()) // Nothing to do
263 InstructionHandle next = ih.next, ret = il.start;
265 ih.next = il.start;
266 il.start.prev = ih;
268 il
290 append(Instruction i, InstructionList il) argument
307 append(InstructionList il) argument
452 insert(InstructionHandle ih, InstructionList il) argument
484 insert(InstructionList il) argument
521 insert(Instruction i, InstructionList il) argument
[all...]
H A DMethodGen.java86 private InstructionList il; field in class:MethodGen
98 * actual code is contained in the `il' parameter, which may further
113 * @param il instruction list associated with this method, may be null only for
119 InstructionList il, ConstantPoolGen cp) {
126 setInstructionList(il);
134 start = il.getStart();
135 end = il.getEnd();
217 end = il.getEnd();
219 end = il.findHandle(end_pc);
223 addExceptionHandler(il
117 MethodGen(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp) argument
763 setInstructionList(InstructionList il) argument
861 getMaxStack(ConstantPoolGen cp, InstructionList il, CodeExceptionGen[] et) argument
[all...]
/openjdk7/langtools/test/tools/javac/foreach/
H A DListOfListTest.java38 List<Integer> il = new ArrayList<Integer>();
39 ll.add(il);
40 il.add(1);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_it.properties34 BadMessageKey = Impossibile trovare il messaggio di errore corrispondente alla chiave di messaggio.
40 dt-whitespace = Spazio vuoto non disponibile come valore di facet per il simpleType di unione ''{0}''
46 DuplicateField = Corrispondenza duplicata nell''ambito per il campo \"{0}\".
47 DuplicateKey = Valore chiave duplicato [{0}] dichiarato per il vincolo di identit\u00E0 dell''elemento "{1}".
48 DuplicateUnique = Valore univoco duplicato [{0}] dichiarato per il vincolo di identit\u00E0 dell''elemento "{1}".
49 FieldMultipleMatch = Errore del vincolo di identit\u00E0: il campo "{0}" corrisponde a pi\u00F9 valori nell''ambito del proprio selettore; i campi devono corrispondere a valori univoci.
52 KeyNotEnoughValues = Valori insufficienti forniti per il vincolo di identit\u00E0 <key name=\"{1}\"> specificato per l''elemento \"{0}\".
53 KeyNotFound = Chiave "{0}"con valore "{1}" non trovata per il vincolo di identit\u00E0 dell''elemento "{2}".
54 KeyRefNotEnoughValues = Valori insufficienti forniti per il vincolo di identit\u00E0 <keyref name=\"{1}\"> specificato per l''elemento \"{0}\".
55 KeyRefOutOfScope = Errore del vincolo di identit\u00E0: il vincol
[all...]

Completed in 573 milliseconds

123456