HomeSort by relevance Sort by last modified time
    Searched refs:Compiler (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /external/compiler-rt/lib/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /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/target/
llvm_target.ml 3 * The LLVM Compiler Infrastructure
llvm_target.mli 3 * The LLVM Compiler Infrastructure
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
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...]
PredicatedNodeTest.java 30 import org.apache.xpath.compiler.Compiler;
153 * @param compiler The Compiler object that has information about this
159 protected void initPredicateInfo(Compiler compiler, int opPos)
163 int pos = compiler.getFirstPredicateOpPos(opPos);
167 m_predicates = compiler.getCompiledPredicates(pos);
  /external/v8/src/
compiler.cc 30 #include "compiler.h"
132 // Determine whether to use the full compiler for all code. If the flag
133 // --always-full-compiler is specified this is the case. For the virtual frame
134 // based compiler the full compiler is also used if a debugger is connected, as
135 // the code from the full compiler supports mode precise break points. For the
136 // crankshaft adaptive compiler debugging the optimized code is not possible at
138 // the full compiler need not be be used if a debugger is attached, but only if
206 // to use the Hydrogen-based optimizing compiler. We already have
214 // the optimizing compiler
    [all...]
math.js 133 return 0/0; // Compiler constant-folds this to NaN.
136 return -1/0; // Compiler constant-folds this to -Infinity.
166 return 0/0; // Compiler constant-folds this to NaN.
169 return 1/0; // Compiler constant-folds this to Infinity.
compiler.h 261 // The V8 compiler
272 class Compiler : public AllStatic {
  /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");
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 3 * The LLVM Compiler Infrastructure
  /external/llvm/bindings/ocaml/transforms/ipo/
llvm_ipo.ml 3 * The LLVM Compiler Infrastructure
llvm_ipo.mli 3 * The LLVM Compiler Infrastructure
  /external/llvm/lib/Target/X86/
X86CompilationCallback_Win64.asm 3 ;; The LLVM Compiler Infrastructure
  /external/regex-re2/re2/
prog.h 166 friend class Compiler;
338 friend class Compiler;
  /frameworks/compile/slang/
llvm-rs-cc.cpp 382 OS << "llvm-rs-cc: Renderscript compiler\n"
435 "Renderscript source compiler");
451 // Prepare input data for RS compiler.
455 llvm::OwningPtr<slang::SlangRS> Compiler(new slang::SlangRS());
457 Compiler->init(Opts.mTriple, Opts.mCPU, Opts.mFeatures, &DiagEngine,
492 int CompileFailed = !Compiler->compile(IOFiles,
507 Compiler->reset();
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 3 * The LLVM Compiler Infrastructure
  /external/llvm/bindings/ocaml/transforms/scalar/
llvm_scalar_opts.ml 3 * The LLVM Compiler Infrastructure
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 19 * $Id: Compiler.java 468655 2006-10-28 07:12:06Z minchau $
21 package org.apache.xpath.compiler;
73 public class Compiler extends OpMap
77 * Construct a Compiler object with a specific ErrorListener and
88 public Compiler(ErrorListener errorHandler, SourceLocator locator,
97 * Construct a Compiler instance that has a null error listener and a
100 public Compiler()
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 362 milliseconds

1 23 4 5 6