HomeSort by relevance Sort by last modified time
    Searched refs:Compiler (Results 76 - 100 of 317) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 33 import org.apache.xpath.compiler.Compiler;
34 import org.apache.xpath.compiler.FunctionTable;
35 import org.apache.xpath.compiler.XPathParser;
153 * Compiler and compiles the expression.
175 Compiler compiler = new Compiler(errorListener, locator, m_funcTable); local
178 parser.initXPath(compiler, exprString, prefixResolver);
180 parser.initMatchPattern(compiler, exprString, prefixResolver)
224 Compiler compiler = new Compiler(errorListener, locator, m_funcTable); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
UnionPathIterator.java 29 import org.apache.xpath.compiler.Compiler;
30 import org.apache.xpath.compiler.OpCodes;
31 import org.apache.xpath.compiler.OpMap;
147 * into the Compiler to create predicate expressions.
149 * @param compiler The Compiler which is creating
152 * opcode list from the compiler.
156 public UnionPathIterator(Compiler compiler, int opPos
    [all...]
FilterExprWalker.java 30 import org.apache.xpath.compiler.Compiler;
31 import org.apache.xpath.compiler.OpCodes;
56 * @param compiler non-null reference to the Compiler that is constructing.
62 public void init(Compiler compiler, int opPos, int stepType)
66 super.init(compiler, opPos, stepType);
76 m_expr = compiler.compile(opPos);
86 m_expr = compiler.compile(opPos + 2)
    [all...]
OneStepIterator.java 29 import org.apache.xpath.compiler.Compiler;
30 import org.apache.xpath.compiler.OpMap;
50 * @param compiler A reference to the Compiler that contains the op map.
56 OneStepIterator(Compiler compiler, int opPos, int analysis)
59 super(compiler, opPos, analysis);
62 m_axis = WalkerFactory.getAxisFromStep(compiler, firstStepPos);
WalkingIterator.java 29 import org.apache.xpath.compiler.Compiler;
30 import org.apache.xpath.compiler.OpMap;
42 * into the Compiler to create predicate expressions.
44 * @param compiler The Compiler which is creating
47 * opcode list from the compiler.
55 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
58 super(compiler, opPos, analysis, shouldLoadWalkers)
    [all...]
WalkerFactory.java 28 import org.apache.xpath.compiler.Compiler;
29 import org.apache.xpath.compiler.FunctionTable;
30 import org.apache.xpath.compiler.OpCodes;
31 import org.apache.xpath.compiler.OpMap;
51 * @param compiler non-null reference to compiler object that has processed
61 WalkingIterator lpi, Compiler compiler, int stepOpCodePos)
66 int stepType = compiler.getOp(stepOpCodePos)
    [all...]
LocPathIterator.java 32 import org.apache.xpath.compiler.Compiler;
79 * into the Compiler to create predicate expressions.
81 * @param compiler The Compiler which is creating
84 * opcode list from the compiler.
88 protected LocPathIterator(Compiler compiler, int opPos, int analysis)
91 this(compiler, opPos, analysis, true);
97 * into the Compiler to create predicate expressions
    [all...]
AxesWalker.java 33 import org.apache.xpath.compiler.Compiler;
64 * @param compiler The Compiler object that has information about this
71 public void init(Compiler compiler, int opPos, int stepType)
75 initPredicateInfo(compiler, opPos);
77 // int testType = compiler.getOp(nodeTestOpPos);
DescendantIterator.java 30 import org.apache.xpath.compiler.Compiler;
31 import org.apache.xpath.compiler.OpCodes;
32 import org.apache.xpath.compiler.OpMap;
47 * @param compiler A reference to the Compiler that contains the op map.
53 DescendantIterator(Compiler compiler, int opPos, int analysis)
57 super(compiler, opPos, analysis, false);
60 int stepType = compiler.getOp(firstStepPos)
    [all...]
MatchPatternIterator.java 28 import org.apache.xpath.compiler.Compiler;
29 import org.apache.xpath.compiler.OpMap;
63 * into the Compiler to create predicate expressions.
65 * @param compiler The Compiler which is creating
68 * opcode list from the compiler.
74 MatchPatternIterator(Compiler compiler, int opPos, int analysis)
78 super(compiler, opPos, analysis, false)
    [all...]
  /external/v8/src/
compiler.cc 5 #include "src/compiler.h"
16 #include "src/compiler/pipeline.h"
403 if (!Compiler::EnsureDeoptimizationSupport(info())) {
460 compiler::Pipeline pipeline(info());
699 // Sets the expected number of properties based on estimate from compiler.
761 if (!Compiler::Analyze(info->parse_info()) ||
819 if (!Compiler::Analyze(info->parse_info()) || !GenerateBaselineCode(info)) {
830 VMState<COMPILER> state(info->isolate());
    [all...]
  /art/test/968-default-partial-compile-generated/util-src/
generate_java.py 57 class Compiler:
80 # no compiler problems (works since classes only implement 1 interface).
131 Compiler(all_files, javac_exec, temp_dir, classes_dir).execute()
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 21 package org.apache.xpath.compiler;
38 private Compiler m_compiler;
75 * @param compiler The owning compiler for this lexer.
80 Lexer(Compiler compiler, PrefixResolver resolver,
84 m_compiler = compiler;
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 3 * The LLVM Compiler Infrastructure
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 3 * The LLVM Compiler Infrastructure
  /external/llvm/bindings/ocaml/transforms/ipo/
llvm_ipo.ml 3 * The LLVM Compiler Infrastructure
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.mli 3 * The LLVM Compiler Infrastructure
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/
gmaven-runtime-api-1.5.jar 
  /external/v8/test/cctest/compiler/
function-tester.h 10 #include "src/compiler.h"
11 #include "src/compiler/linkage.h"
12 #include "src/compiler/pipeline.h"
23 namespace compiler { namespace in namespace:v8::internal
183 CHECK(Compiler::Analyze(info.parse_info()));
184 CHECK(Compiler::EnsureDeoptimizationSupport(&info));
236 CHECK(Compiler::Analyze(info.parse_info()));
237 CHECK(Compiler::EnsureDeoptimizationSupport(&info));
245 } // namespace compiler
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 39 #include <bcc/Compiler.h>
123 llvm::cl::desc("Embed a checksum of this compiler invocation for"
128 // Compiler Options
226 Compiler *RSC = pRSCD.getCompiler();
231 llvm::errs() << "Out of memory when create the compiler configuration!\n";
256 Compiler::ErrorCode result = RSC->config(*config);
270 if (result != Compiler::kSuccess) {
271 llvm::errs() << "Failed to configure the compiler! (detail: "
272 << Compiler::GetErrorString(result) << ")\n";
295 ALOGE("Failed to configure compiler");
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 3 // The LLVM Compiler Infrastructure
45 // code that sets up a compiler to run tools on it, and we should refactor
285 // Create a compiler instance to handle the actual work.
286 clang::CompilerInstance Compiler(PCHContainerOps);
287 Compiler.setInvocation(Invocation);
288 Compiler.setFileManager(Files);
290 // The FrontendAction can have lifetime requirements for Compiler or its
291 // members, and we need to ensure it's deleted earlier than Compiler. So we
292 // pass it to an std::unique_ptr declared after the Compiler variable.
295 // Create the compiler's actual diagnostics engine
    [all...]
  /art/compiler/
common_compiler_test.cc 124 // Get the set of image classes given to the compiler-driver in SetUp. Note: the compiler
131 // Get the set of compiled classes given to the compiler-driver in SetUp. Note: the compiler
138 // Get the set of compiled methods given to the compiler-driver in SetUp. Note: the compiler
173 void CommonCompilerTest::CreateCompilerDriver(Compiler::Kind kind,
208 Compiler::Kind CommonCompilerTest::GetCompilerKind() const {
212 void CommonCompilerTest::SetCompilerKind(Compiler::Kind compiler_kind) {
  /external/clang/lib/Driver/
Tools.h 3 // The LLVM Compiler Infrastructure
20 #include "llvm/Support/Compiler.h"
36 class Compiler;
45 /// \brief Clang compiler tool.
97 visualstudio::Compiler *getCLFallback() const;
99 mutable std::unique_ptr<visualstudio::Compiler> CLFallback;
175 class LLVM_LIBRARY_VISIBILITY Compiler : public Common {
177 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {}
695 class LLVM_LIBRARY_VISIBILITY Compiler : public Tool
    [all...]
  /external/javassist/src/main/javassist/tools/reflect/
Compiler.java 52 * <ul><pre>% java Compiler Dog -m MetaDog -c CMetaDog Cat -m MetaCat Cow
70 public class Compiler {
159 out.println("Usage: java javassist.tools.reflect.Compiler");
  /art/test/971-iface-super/util-src/
generate_java.py 57 class Compiler:
80 # no compiler problems (works since classes only implement 1 interface).
135 Compiler(all_files, javac_exec, temp_dir, classes_dir).execute()

Completed in 912 milliseconds

1 2 34 5 6 7 8 91011>>