HomeSort by relevance Sort by last modified time
    Searched refs:Compiler (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
CompilerTest.java 25 * @tests java.lang.Compiler#command(java.lang.Object)
28 assertNull("Incorrect behavior.", Compiler.command(new Object()));
32 * @tests java.lang.Compiler#compileClass(java.lang.Class)
37 Compiler.compileClass(Compiler.class);
41 * @tests java.lang.Compiler#compileClasses(java.lang.String)
46 Compiler.compileClasses("Compiler");
50 * @tests java.lang.Compiler#disable()
53 Compiler.disable()
    [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
GDBJIT.cpp 21 // The LLVM Compiler Infrastructure
32 #include <llvm/Support/Compiler.h>
  /libcore/luni/src/main/java/java/lang/
Compiler.java 23 public final class Compiler {
27 private Compiler() {
33 * method is the low-level interface to the JIT compiler. It may return any
34 * object or {@code null} if no JIT compiler is available. Returns null
38 * the command object for the JIT compiler.
46 * Compiles the specified class using the JIT compiler and indicates if
53 * {@code false} if it has failed or if there is no JIT compiler
62 * compiler and indicates if compilation has been successful. Does nothing
68 * {@code false} if it has failed or if there is no JIT compiler
76 * Disables the JIT compiler. Does nothing on Android
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AttributeIterator.java 24 import org.apache.xpath.compiler.Compiler;
39 * @param compiler A reference to the Compiler that contains the op map.
45 AttributeIterator(Compiler compiler, int opPos, int analysis)
48 super(compiler, opPos, analysis);
SelfIteratorNoPredicate.java 25 import org.apache.xpath.compiler.Compiler;
40 * @param compiler A reference to the Compiler that contains the op map.
47 SelfIteratorNoPredicate(Compiler compiler, int opPos, int analysis)
50 super(compiler, opPos, analysis, false);
ChildIterator.java 26 import org.apache.xpath.compiler.Compiler;
42 * @param compiler A reference to the Compiler that contains the op map.
49 ChildIterator(Compiler compiler, int opPos, int analysis)
52 super(compiler, opPos, analysis, false);
ChildTestIterator.java 27 import org.apache.xpath.compiler.Compiler;
48 * @param compiler A reference to the Compiler that contains the op map.
54 ChildTestIterator(Compiler compiler, int opPos, int analysis)
57 super(compiler, opPos, analysis);
OneStepIteratorForward.java 26 import org.apache.xpath.compiler.Compiler;
27 import org.apache.xpath.compiler.OpMap;
46 * @param compiler A reference to the Compiler that contains the op map.
52 OneStepIteratorForward(Compiler compiler, int opPos, int analysis)
55 super(compiler, opPos, analysis);
58 m_axis = WalkerFactory.getAxisFromStep(compiler, firstStepPos);
WalkingIteratorSorted.java 25 import org.apache.xpath.compiler.Compiler;
56 * into the Compiler to create predicate expressions.
58 * @param compiler The Compiler which is creating
61 * opcode list from the compiler.
69 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
72 super(compiler, opPos, analysis, shouldLoadWalkers);
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 17 #include "bcc/Compiler.h"
39 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) {
44 return "Invalid compiler config supplied (getTarget() returns NULL.) "
52 "TargetMachine. (missing call to Compiler::config()?)";
81 // This assert should never be reached as the compiler verifies that the
90 Compiler::Compiler() : mTarget(NULL), mEnableLTO(true) {
94 Compiler::Compiler(const CompilerConfig &pConfig) : mTarget(NULL),
108 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig)
    [all...]
Android.mk 27 Compiler.cpp \
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 26 #include "bcc/Compiler.h"
171 // Haven't run the compiler ever.
197 Compiler::ErrorCode
211 // compiler therefore it should be extracted before compilation.
214 return Compiler::kErrInvalidSource;
220 // This is required since RS compiler may need information in the info file
229 return Compiler::kErrInvalidSource;
244 return Compiler::kErrInvalidSource;
255 return Compiler::kErrInvalidSource;
258 // Setup the config to the compiler
    [all...]
  /frameworks/compile/libbcc/include/bcc/
Compiler.h 36 // Design of Compiler
38 // 1. A compiler instance can be constructed provided an "initial config."
39 // 2. A compiler can later be re-configured using config().
44 // 4. Once a compiler instance is created, you can use the compile() service
47 class Compiler {
85 Compiler();
86 Compiler(const CompilerConfig &pConfig);
107 virtual ~Compiler();
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSCompiler.h 20 #include "bcc/Compiler.h"
24 class RSCompiler : public Compiler {
  /external/compiler-rt/lib/tsan/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
GDBJIT.h 21 // The LLVM Compiler Infrastructure
37 #include <llvm/Support/Compiler.h>
  /external/chromium_org/third_party/re2/re2/
compile.cc 9 // The Compiler class defined in this file is private.
123 class Compiler : public Regexp::Walker<Frag> {
125 explicit Compiler();
126 ~Compiler();
143 // The Compiler traverses the Regexp parse tree, visiting
188 // Rune range compiler.
237 DISALLOW_EVIL_CONSTRUCTORS(Compiler);
240 Compiler::Compiler() {
255 Compiler::~Compiler()
    [all...]
  /external/regex-re2/re2/
compile.cc 9 // The Compiler class defined in this file is private.
122 class Compiler : public Regexp::Walker<Frag> {
124 explicit Compiler();
125 ~Compiler();
142 // The Compiler traverses the Regexp parse tree, visiting
187 // Rune range compiler.
236 DISALLOW_EVIL_CONSTRUCTORS(Compiler);
239 Compiler::Compiler() {
254 Compiler::~Compiler()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncLast.java 26 import org.apache.xpath.compiler.Compiler;
45 public void postCompileStep(Compiler compiler)
47 m_isTopLevel = compiler.getLocationPathDepth() == -1;
FuncPosition.java 27 import org.apache.xpath.compiler.Compiler;
44 public void postCompileStep(Compiler compiler)
46 m_isTopLevel = compiler.getLocationPathDepth() == -1;
Function.java 28 import org.apache.xpath.compiler.Compiler;
47 * XPath compiler.
66 * called by the compiler for static number of arguments checking.
140 public void postCompileStep(Compiler compiler)
  /external/compiler-rt/lib/arm/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/i386/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/interception/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/ppc/
Makefile.mk 3 # The LLVM Compiler Infrastructure

Completed in 169 milliseconds

1 2 3 4 5 6 7