Searched defs:compiler (Results 201 - 225 of 247) sorted by relevance

12345678910

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSort.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
54 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
55 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.CompareGenerator;
56 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
57 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.IntType;
58 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
59 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeSortRecordFactGenerator;
60 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeSortRecordGenerator;
61 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.StringType;
62 import com.sun.org.apache.xalan.internal.xsltc.compiler
[all...]
H A DStepPattern.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
52 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
53 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
54 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
55 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError;
56 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util;
H A DSymbolTable.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
31 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodType;
H A DTemplate.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
32 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
33 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
34 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
35 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.NamedMethodGenerator;
36 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
37 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError;
38 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util;
H A DVariableBase.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
35 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
36 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
37 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
38 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeSetType;
39 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
40 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util;
H A DWhitespace.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
39 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
40 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
41 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
42 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
43 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError;
44 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util;
H A Dsym.java7 package com.sun.org.apache.xalan.internal.xsltc.compiler;
H A DMode.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
48 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
49 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
50 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.NamedMethodGenerator;
51 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util;
H A DXPathLexer.java29 package com.sun.org.apache.xalan.internal.xsltc.compiler;
H A DXPathParser.java7 package com.sun.org.apache.xalan.internal.xsltc.compiler;
17 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DTestGenerator.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler.util;
H A DType.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler.util;
28 import com.sun.org.apache.xalan.internal.xsltc.compiler.Constants;
29 import com.sun.org.apache.xalan.internal.xsltc.compiler.FlowList;
30 import com.sun.org.apache.xalan.internal.xsltc.compiler.NodeTest;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DAxesWalker.java35 import com.sun.org.apache.xpath.internal.compiler.Compiler;
66 * @param compiler The Compiler object that has information about this
73 public void init(Compiler compiler, int opPos, int stepType) argument
77 initPredicateInfo(compiler, opPos);
79 // int testType = compiler.getOp(nodeTestOpPos);
H A DFilterExprWalker.java32 import com.sun.org.apache.xpath.internal.compiler.Compiler;
33 import com.sun.org.apache.xpath.internal.compiler.OpCodes;
58 * @param compiler non-null reference to the Compiler that is constructing.
64 public void init(Compiler compiler, int opPos, int stepType) argument
68 super.init(compiler, opPos, stepType);
78 m_expr = compiler.compile(opPos);
88 m_expr = compiler.compile(opPos + 2);
H A DPredicatedNodeTest.java32 import com.sun.org.apache.xpath.internal.compiler.Compiler;
155 * @param compiler The Compiler object that has information about this
161 protected void initPredicateInfo(Compiler compiler, int opPos) argument
165 int pos = compiler.getFirstPredicateOpPos(opPos);
169 m_predicates = compiler.getCompiledPredicates(pos);
H A DUnionPathIterator.java31 import com.sun.org.apache.xpath.internal.compiler.Compiler;
32 import com.sun.org.apache.xpath.internal.compiler.OpCodes;
33 import com.sun.org.apache.xpath.internal.compiler.OpMap;
151 * @param compiler The Compiler which is creating
154 * opcode list from the compiler.
158 public UnionPathIterator(Compiler compiler, int opPos) argument
166 loadLocationPaths(compiler, opPos, 0);
172 * @param compiler The Compiler which is creating
175 * opcode list from the compiler.
181 public static LocPathIterator createUnionIterator(Compiler compiler, in argument
312 createDTMIterator( Compiler compiler, int opPos) argument
331 loadLocationPaths(Compiler compiler, int opPos, int count) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java23 package com.sun.org.apache.xpath.internal.compiler;
323 * values found in {@link com.sun.org.apache.xpath.internal.compiler.FunctionTable}, but may
351 * found in {@link com.sun.org.apache.xpath.internal.compiler.FunctionTable}, but may be a
H A DOpMap.java23 package com.sun.org.apache.xpath.internal.compiler;
H A DCompiler.java23 package com.sun.org.apache.xpath.internal.compiler;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapSet.java25 package sun.jvm.hotspot.compiler;
36 private static final boolean DEBUG = System.getProperty("sun.jvm.hotspot.compiler.OopMapSet.DEBUG") != null;
H A DOopMapValue.java25 package sun.jvm.hotspot.compiler;
38 /** Read from target VM; located in compiler/oopMap.hpp */
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCallSite.java25 package com.sun.hotspot.tools.compiler;
H A DCompilation.java25 package com.sun.hotspot.tools.compiler;
H A DLogParser.java30 package com.sun.hotspot.tools.compiler;
293 String compiler = atts.getValue("compiler");
294 if (compiler == null) {
295 compiler = "";
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTaskImpl.java70 private JavaCompiler compiler; field in class:JavacTaskImpl
156 if (compiler == null)
165 compiler = JavaCompiler.instance(context);
166 compiler.keepComments = true;
167 compiler.genEndPos = true;
169 compiler.initProcessAnnotations(processors);
198 //initialize compiler's default locale
203 if (compiler != null)
204 compiler.close();
205 compiler
[all...]

Completed in 442 milliseconds

12345678910