Searched defs:compiler (Results 101 - 125 of 247) sorted by relevance

12345678910

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMarkerInstruction.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler.util;
H A DMultiHashtable.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler.util;
H A DNodeSortRecordFactGenerator.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler.util;
26 import com.sun.org.apache.xalan.internal.xsltc.compiler.Stylesheet;
H A DNodeSortRecordGenerator.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler.util;
28 import com.sun.org.apache.xalan.internal.xsltc.compiler.Stylesheet;
H A DSlotAllocator.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler.util;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DBasicTestIterator.java29 import com.sun.org.apache.xpath.internal.compiler.Compiler;
30 import com.sun.org.apache.xpath.internal.compiler.OpMap;
68 * @param compiler The Compiler which is creating
71 * opcode list from the compiler.
75 protected BasicTestIterator(Compiler compiler, int opPos, int analysis) argument
78 super(compiler, opPos, analysis, false);
81 int whatToShow = compiler.getWhatToShow(firstStepPos);
92 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos),
93 compiler.getStepLocalName(firstStepPos));
95 initPredicateInfo(compiler, firstStepPo
113 BasicTestIterator( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
[all...]
H A DWalkingIteratorSorted.java27 import com.sun.org.apache.xpath.internal.compiler.Compiler;
60 * @param compiler The Compiler which is creating
63 * opcode list from the compiler.
71 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
74 super(compiler, opPos, analysis, shouldLoadWalkers);
70 WalkingIteratorSorted( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncLast.java28 import com.sun.org.apache.xpath.internal.compiler.Compiler;
47 public void postCompileStep(Compiler compiler) argument
49 m_isTopLevel = compiler.getLocationPathDepth() == -1;
H A DFuncPosition.java29 import com.sun.org.apache.xpath.internal.compiler.Compiler;
46 public void postCompileStep(Compiler compiler) argument
48 m_isTopLevel = compiler.getLocationPathDepth() == -1;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/
H A DOopMap.java25 package sun.jvm.hotspot.compiler;
H A DOopMapStream.java25 package sun.jvm.hotspot.compiler;
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DBasicLogEvent.java25 package com.sun.hotspot.tools.compiler;
H A DNMethod.java25 package com.sun.hotspot.tools.compiler;
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.hpp31 #include "compiler/abstractCompiler.hpp"
32 #include "compiler/compileBroker.hpp"
43 // Name of this compiler
73 // compiler thread. The native context is used for JNI methods,
116 static SharkCompiler* compiler() { function in class:SharkCompiler
117 AbstractCompiler *compiler = local
118 CompileBroker::compiler(CompLevel_full_optimization);
119 assert(compiler->is_shark() && compiler->is_initialized(), "should be");
120 return (SharkCompiler *) compiler;
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DAbsolutePathPattern.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
37 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
38 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
39 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
40 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError;
41 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util;
H A DAlternativePattern.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
29 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
30 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
31 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
32 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError;
H A DAncestorPattern.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
36 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
37 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
38 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
39 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError;
40 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util;
H A DApplyImports.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
33 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
34 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
35 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
36 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError;
37 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util;
H A DApplyTemplates.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
33 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
34 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
35 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
36 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeSetType;
37 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeType;
38 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ReferenceType;
39 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ResultTreeType;
40 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
41 import com.sun.org.apache.xalan.internal.xsltc.compiler
[all...]
H A DAttributeSet.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
32 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.AttributeSetMethodGenerator;
33 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
34 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
35 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
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;
67 * generated by the compiler (XSLTC)
H A DAttributeValueTemplate.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
37 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
38 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
39 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
40 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
41 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError;
H A DCallTemplate.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.Type;
36 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError;
37 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util;
H A DCastExpr.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
31 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.BooleanType;
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.MultiHashtable;
36 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeType;
37 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ResultTreeType;
38 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
39 import com.sun.org.apache.xalan.internal.xsltc.compiler
[all...]
H A DFilterExpr.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.MethodGenerator;
41 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeSetType;
42 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ReferenceType;
43 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
44 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError;
45 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util;
H A DFilterParentPath.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.MethodGenerator;
37 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeSetType;
38 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeType;
39 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ReferenceType;
40 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
41 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError;
42 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util;

Completed in 85 milliseconds

12345678910