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

1 2 3 4

  /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...]
  /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);
BasicTestIterator.java 27 import org.apache.xpath.compiler.Compiler;
28 import org.apache.xpath.compiler.OpMap;
64 * into the Compiler to create predicate expressions.
66 * @param compiler The Compiler which is creating
69 * opcode list from the compiler.
73 protected BasicTestIterator(Compiler compiler, int opPos, int analysis)
76 super(compiler, opPos, analysis, false)
    [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 17 #include "Compiler.h"
89 // BCC Compiler Static Variables
92 bool Compiler::GlobalInitialized = false;
94 // Code generation optimization level for the compiler
95 llvm::CodeGenOpt::Level Compiler::CodeGenOptLevel;
97 std::string Compiler::Triple;
99 std::string Compiler::CPU;
101 std::vector<std::string> Compiler::Features;
105 const llvm::StringRef Compiler::PragmaMetadataName = "#pragma";
109 const llvm::StringRef Compiler::ExportVarMetadataName = "#rs_export_var"
    [all...]
Compiler.h 54 class Compiler {
118 Compiler(ScriptCompiled *result);
164 ~Compiler();
194 }; // End of class Compiler
ScriptCompiled.h 20 #include "Compiler.h"
37 friend class Compiler;
50 Compiler mCompiler;
  /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/llvm/bindings/ocaml/analysis/
llvm_analysis.ml 3 * The LLVM Compiler Infrastructure
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.ml 3 * The LLVM Compiler Infrastructure
  /frameworks/compile/libbcc/runtime/lib/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /frameworks/compile/libbcc/runtime/lib/arm/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /frameworks/compile/libbcc/runtime/lib/i386/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /frameworks/compile/libbcc/runtime/lib/ppc/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 3 * The LLVM Compiler Infrastructure
  /external/clang/tools/scan-build/
c++-analyzer 3 # The LLVM Compiler Infrastructure
25 # Compiler command setup.
28 my $Compiler;
32 $Compiler = $ENV{'CCC_CXX'};
33 if (!defined $Compiler) { $Compiler = "g++"; }
39 $Compiler = $ENV{'CCC_CC'};
40 if (!defined $Compiler) { $Compiler = "gcc"; }
108 `$Compiler -v >> $PPFile.info.txt 2>&1`
    [all...]
ccc-analyzer 3 # The LLVM Compiler Infrastructure
25 # Compiler command setup.
28 my $Compiler;
32 $Compiler = $ENV{'CCC_CXX'};
33 if (!defined $Compiler) { $Compiler = "g++"; }
39 $Compiler = $ENV{'CCC_CC'};
40 if (!defined $Compiler) { $Compiler = "gcc"; }
108 `$Compiler -v >> $PPFile.info.txt 2>&1`
    [all...]

Completed in 191 milliseconds

1 2 3 4