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

12345678910

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DKeywords.java23 package com.sun.org.apache.xpath.internal.compiler;
H A DOpCodes.java23 package com.sun.org.apache.xpath.internal.compiler;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp35 #include "compiler/compileLog.hpp"
371 compiler(),
418 if (log() != NULL) // Print code cache state into compiler log
483 Compilation::Compilation(AbstractCompiler* compiler, ciEnv* env, ciMethod* method, argument
485 : _compiler(compiler)
H A Dc1_Compilation.hpp116 Compilation(AbstractCompiler* compiler, ciEnv* env, ciMethod* method,
128 AbstractCompiler* compiler() const { return _compiler; } function in class:Compilation
266 // Base class for objects allocated by the compiler in the compilation arena
/openjdk7/jdk/test/tools/launcher/
H A DTestHelper.java74 static final JavaCompiler compiler; field in class:TestHelper
124 compiler = ToolProvider.getSystemJavaCompiler();
267 if (compiler.run(null, null, null, compilerArgs) != 0) {
300 if (compiler.run(null, null, null, compileArgs) != 0) {
/openjdk7/jdk/test/tools/pack200/
H A DUtils.java106 compiler("-d",
300 static void compiler(String... javacCmds) { method in class:Utils
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFunctionCall.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
45 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.BooleanType;
46 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
47 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
48 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.IntType;
49 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
50 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodType;
51 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MultiHashtable;
52 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ObjectType;
53 import com.sun.org.apache.xalan.internal.xsltc.compiler
[all...]
H A DSyntaxTreeNode.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
44 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator;
45 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
46 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
47 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
48 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError;
50 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util;
397 * Returns a reference to the XSLTC (XSLT compiler) in use.
398 * @return XSLTC - XSLT compiler.
481 * @param stable The compiler/parse
[all...]
H A DParser.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
31 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
32 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodType;
33 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
34 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError;
74 private XSLTC _xsltc; // Reference to the compiler object.
H A DStylesheet.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.ErrorMsg;
56 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator;
57 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type;
58 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError;
59 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util;
H A DXSLTC.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
47 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
48 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util;
151 * XSLTC compiler constructor
231 * Initializes the compiler to compile a new stylesheet
241 * Initializes the compiler to produce a new translet
270 * Defines an external SourceLoader to provide the compiler with documents
297 * compiler (and parser) is an XML document.
H A DConstants.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
208 = XSLT_PACKAGE + ".compiler";
505 = "com.sun.org.apache.xalan.internal.xsltc.compiler.Fallback";
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DLocPathIterator.java34 import com.sun.org.apache.xpath.internal.compiler.Compiler;
83 * @param compiler The Compiler which is creating
86 * opcode list from the compiler.
90 protected LocPathIterator(Compiler compiler, int opPos, int analysis) argument
93 this(compiler, opPos, analysis, true);
101 * @param compiler The Compiler which is creating
104 * opcode list from the compiler.
112 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
111 LocPathIterator( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
H A DWalkerFactory.java30 import com.sun.org.apache.xpath.internal.compiler.Compiler;
31 import com.sun.org.apache.xpath.internal.compiler.FunctionTable;
32 import com.sun.org.apache.xpath.internal.compiler.OpCodes;
33 import com.sun.org.apache.xpath.internal.compiler.OpMap;
53 * @param compiler non-null reference to compiler object that has processed
63 WalkingIterator lpi, Compiler compiler, int stepOpCodePos)
68 int stepType = compiler.getOp(stepOpCodePos);
75 firstWalker = createDefaultWalker(compiler, stepType, lpi, 0);
77 firstWalker.init(compiler, stepOpCodePo
62 loadOneWalker( WalkingIterator lpi, Compiler compiler, int stepOpCodePos) argument
97 loadWalkers( WalkingIterator lpi, Compiler compiler, int stepOpCodePos, int stepIndex) argument
141 diagnoseIterator(String name, int analysis, Compiler compiler) argument
160 newDTMIterator( Compiler compiler, int opPos, boolean isTopLevel) argument
302 getAxisFromStep( Compiler compiler, int stepOpCodePos) argument
402 functionProximateOrContainsProximate(Compiler compiler, int opPos) argument
432 isProximateInnerExpr(Compiler compiler, int opPos) argument
475 mightBeProximate(Compiler compiler, int opPos, int stepType) argument
558 isOptimizableForDescendantIterator( Compiler compiler, int stepOpCodePos, int stepIndex) argument
666 analyze( Compiler compiler, int stepOpCodePos, int stepIndex) argument
821 loadSteps( MatchPatternIterator mpi, Compiler compiler, int stepOpCodePos, int stepIndex) argument
980 createDefaultStepPattern( Compiler compiler, int opPos, MatchPatternIterator mpi, int analysis, StepPattern tail, StepPattern head) argument
1129 analyzePredicate(Compiler compiler, int opPos, int stepType) argument
1166 createDefaultWalker(Compiler compiler, int opPos, WalkingIterator lpi, int analysis) argument
1625 isNaturalDocOrder( Compiler compiler, int stepOpCodePos, int stepIndex, int analysis) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DErrorMsg.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler.util;
31 import com.sun.org.apache.xalan.internal.xsltc.compiler.Stylesheet;
32 import com.sun.org.apache.xalan.internal.xsltc.compiler.SyntaxTreeNode;
185 "com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMessages",
315 // a warning by the compiler, but should be reported as an error
H A DMethodGenerator.java24 package com.sun.org.apache.xalan.internal.xsltc.compiler.util;
75 import com.sun.org.apache.xalan.internal.xsltc.compiler.Pattern;
76 import com.sun.org.apache.xalan.internal.xsltc.compiler.XSLTC;
83 implements com.sun.org.apache.xalan.internal.xsltc.compiler.Constants {
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp29 #include "compiler/abstractCompiler.hpp"
245 // The installed compiler(s)
352 static AbstractCompiler* compiler(int comp_level) { function in class:CompileBroker
381 // Call this from the compiler at convenient points, to poll for _should_block.
385 // Flags for toggling compiler activity
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp40 #include "compiler/compileBroker.hpp"
41 #include "compiler/compileLog.hpp"
42 #include "compiler/compilerOracle.hpp"
66 // This class is the top level broker for requests from the compiler
394 // can vary over time but the compiler needs consistency.
546 // can vary over time but the compiler needs consistency.
950 AbstractCompiler* compiler,
1023 compiler, comp_level);
941 register_method(ciMethod* target, int entry_bci, CodeOffsets* offsets, int orig_pc_offset, CodeBuffer* code_buffer, int frame_words, OopMapSet* oop_map_set, ExceptionHandlerTable* handler_table, ImplicitExceptionTable* inc_table, AbstractCompiler* compiler, int comp_level, bool has_unsafe_access, bool has_wide_vectors) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacProcessingEnvironment.java817 /** The compiler for the round. */
818 final JavaCompiler compiler; field in class:JavacProcessingEnvironment.Round
824 /** The classes to be compiler that have were generated. */
842 compiler = JavaCompiler.instance(context);
862 compiler.todo.clear(); // free the compiler's resources
881 prev.compiler.log.nwarnings);
884 List<JCCompilationUnit> parsedFiles = compiler.parseFiles(newSourceFiles);
915 compiler.close(false);
919 /** Create the compiler t
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp127 AbstractCompiler* _compiler; // The compiler which compiled this nmethod
263 AbstractCompiler* compiler,
299 AbstractCompiler* compiler,
330 AbstractCompiler* compiler() const { return _compiler; } function in class:nmethod
H A Dnmethod.cpp31 #include "compiler/abstractCompiler.hpp"
32 #include "compiler/compileBroker.hpp"
33 #include "compiler/compileLog.hpp"
34 #include "compiler/compilerOracle.hpp"
35 #include "compiler/disassembler.hpp"
96 if (compiler() == NULL || method() == NULL) return false; // can happen during debug printing
98 return compiler()->is_c1();
101 if (compiler() == NULL || method() == NULL) return false; // can happen during debug printing
103 return compiler()->is_c2();
107 assert(compiler() !
561 new_nmethod(methodHandle method, int compile_id, int entry_bci, CodeOffsets* offsets, int orig_pc_offset, DebugInformationRecorder* debug_info, Dependencies* dependencies, CodeBuffer* code_buffer, int frame_size, OopMapSet* oop_maps, ExceptionHandlerTable* handler_table, ImplicitExceptionTable* nul_chk_table, AbstractCompiler* compiler, int comp_level ) argument
797 nmethod( methodOop method, int nmethod_size, int compile_id, int entry_bci, CodeOffsets* offsets, int orig_pc_offset, DebugInformationRecorder* debug_info, Dependencies* dependencies, CodeBuffer *code_buffer, int frame_size, OopMapSet* oop_maps, ExceptionHandlerTable* handler_table, ImplicitExceptionTable* nul_chk_table, AbstractCompiler* compiler, int comp_level ) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp30 #include "compiler/compileLog.hpp"
31 #include "compiler/oopMap.hpp"
109 "compiler intrinsics list must stay sorted");
603 Compile::Compile( ciEnv* ci_env, C2Compiler* compiler, ciMethod* target, int osr_bci, bool subsume_loads, bool do_escape_analysis ) argument
820 // This output goes directly to the tty, not the compiler log.
870 compiler,
876 if (log() != NULL) // Print code cache state into compiler log
3159 // Is not eager to return true, since this will cause the compiler to use

Completed in 160 milliseconds

12345678910