Searched refs:getInstructionList (Results 1 - 25 of 111) sorted by relevance

12345

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DCompoundInstruction.java77 public InstructionList getInstructionList(); method in interface:CompoundInstruction
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCurrentCall.java39 methodGen.getInstructionList().append(methodGen.loadCurrentNode());
H A DNotCall.java44 final InstructionList il = methodGen.getInstructionList();
52 final InstructionList il = methodGen.getInstructionList();
H A DFloorCall.java43 methodGen.getInstructionList()
H A DBooleanExpr.java67 InstructionList il = methodGen.getInstructionList();
73 final InstructionList il = methodGen.getInstructionList();
H A DCeilingCall.java45 final InstructionList il = methodGen.getInstructionList();
H A DExpression.java111 final InstructionList result, save = methodGen.getInstructionList();
146 final InstructionList il = methodGen.getInstructionList();
159 final InstructionList il = methodGen.getInstructionList();
168 final InstructionList il = methodGen.getInstructionList();
H A DFallback.java77 final InstructionList il = methodGen.getInstructionList();
H A DGenerateIdCall.java44 final InstructionList il = methodGen.getInstructionList();
H A DIntExpr.java55 InstructionList il = methodGen.getInstructionList();
H A DLastCall.java54 final InstructionList il = methodGen.getInstructionList();
H A DLocalNameCall.java61 final InstructionList il = methodGen.getInstructionList();
H A DNameCall.java60 final InstructionList il = methodGen.getInstructionList();
H A DNamespaceUriCall.java60 final InstructionList il = methodGen.getInstructionList();
H A DNumberCall.java52 final InstructionList il = methodGen.getInstructionList();
H A DPositionCall.java51 final InstructionList il = methodGen.getInstructionList();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DStringType.java103 final InstructionList il = methodGen.getInstructionList();
120 final InstructionList il = methodGen.getInstructionList();
137 final InstructionList il = methodGen.getInstructionList();
152 methodGen.getInstructionList().append(NOP);
165 methodGen.getInstructionList().append(NOP);
183 final InstructionList il = methodGen.getInstructionList();
213 methodGen.getInstructionList().append(NOP);
H A DNodeSetType.java106 InstructionList il = methodGen.getInstructionList();
156 final InstructionList il = methodGen.getInstructionList();
172 final InstructionList il = methodGen.getInstructionList();
212 methodGen.getInstructionList().append(NOP);
225 final InstructionList il = methodGen.getInstructionList();
238 methodGen.getInstructionList().append(NOP);
249 final InstructionList il = methodGen.getInstructionList();
294 final InstructionList il = methodGen.getInstructionList();
313 methodGen.getInstructionList().append(NOP);
H A DNodeType.java125 final InstructionList il = methodGen.getInstructionList();
168 final InstructionList il = methodGen.getInstructionList();
197 InstructionList il = methodGen.getInstructionList();
215 methodGen.getInstructionList().append(NOP);
228 final InstructionList il = methodGen.getInstructionList();
241 final InstructionList il = methodGen.getInstructionList();
258 final InstructionList il = methodGen.getInstructionList();
303 final InstructionList il = methodGen.getInstructionList();
H A DIntType.java122 methodGen.getInstructionList().append(I2D);
134 final InstructionList il = methodGen.getInstructionList();
148 final InstructionList il = methodGen.getInstructionList();
166 final InstructionList il = methodGen.getInstructionList();
180 final InstructionList il = methodGen.getInstructionList();
195 final InstructionList il = methodGen.getInstructionList();
243 final InstructionList il = methodGen.getInstructionList();
H A DReferenceType.java113 InstructionList il = methodGen.getInstructionList();
141 final InstructionList il = methodGen.getInstructionList();
160 final InstructionList il = methodGen.getInstructionList();
177 final InstructionList il = methodGen.getInstructionList();
209 final InstructionList il = methodGen.getInstructionList();
222 methodGen.getInstructionList().append(NOP);
231 final InstructionList il = methodGen.getInstructionList();
333 methodGen.getInstructionList().append(NOP);
352 InstructionList il = methodGen.getInstructionList();
H A DBooleanType.java112 final InstructionList il = methodGen.getInstructionList();
128 methodGen.getInstructionList().append(I2D);
141 final InstructionList il = methodGen.getInstructionList();
156 methodGen.getInstructionList().append(NOP);
191 final InstructionList il = methodGen.getInstructionList();
H A DObjectType.java135 final InstructionList il = methodGen.getInstructionList();
156 methodGen.getInstructionList().append(NOP);
169 methodGen.getInstructionList().append(NOP);
H A DRealType.java119 final InstructionList il = methodGen.getInstructionList();
133 final InstructionList il = methodGen.getInstructionList();
149 final InstructionList il = methodGen.getInstructionList();
167 final InstructionList il = methodGen.getInstructionList();
199 final InstructionList il = methodGen.getInstructionList();
215 final InstructionList il = methodGen.getInstructionList();
257 InstructionList il = methodGen.getInstructionList();
293 final InstructionList il = methodGen.getInstructionList();
H A DResultTreeType.java134 final InstructionList il = methodGen.getInstructionList();
150 final InstructionList il = methodGen.getInstructionList();
226 final InstructionList il = methodGen.getInstructionList();
321 final InstructionList il = methodGen.getInstructionList();
369 methodGen.getInstructionList().append(NOP);
385 final InstructionList il = methodGen.getInstructionList();
406 final InstructionList il = methodGen.getInstructionList();
448 methodGen.getInstructionList().append(NOP);

Completed in 83 milliseconds

12345