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

1 2

  /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-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/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...]
  /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");
  /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();
  /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/clang/lib/Tooling/
Tooling.cpp 3 // The LLVM Compiler Infrastructure
44 // code that sets up a compiler to run tools on it, and we should refactor
199 // Create a compiler instance to handle the actual work.
200 clang::CompilerInstance Compiler;
201 Compiler.setInvocation(Invocation);
202 Compiler.setFileManager(Files);
205 // ToolAction can have lifetime requirements for Compiler or its members, and
206 // we need to ensure it's deleted earlier than Compiler. So we pass it to an
207 // OwningPtr declared after the Compiler variable.
211 Compiler.createDiagnostics()
    [all...]
  /external/javassist/sample/preproc/
Compiler.java 39 * java sample.preproc.Compiler sample.j
52 public class Compiler {
58 * Constructs a <code>Compiler</code> with a source file.
62 public Compiler(String inputname) throws CannotCompileException {
223 * Is invoked if this compiler encoutenrs:
285 Compiler c = new Compiler(args[0]);
  /external/v8/src/
compiler.h 261 // The V8 compiler
272 class Compiler : public AllStatic {
  /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/chromium_org/v8/src/
compiler.h 543 Timer(OptimizingCompiler* compiler, int64_t* location)
544 : compiler_(compiler),
559 // The V8 compiler
570 class Compiler : public AllStatic {
  /external/clang/lib/Driver/
Driver.cpp 3 // The LLVM Compiler Infrastructure
56 DriverTitle("clang LLVM compiler"),
163 // -{fsyntax-only,-analyze,emit-ast,S} only run up to the compiler.
416 // Print the version of the compiler.
607 // was the compiler then assume it gave a reasonable error code. Failures
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
javassist-3.14.0-GA.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 346 milliseconds

1 2