/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.ml | 3 * The LLVM Compiler Infrastructure
|
llvm_executionengine.mli | 3 * The LLVM Compiler Infrastructure 84 (** An execution engine is either a JIT compiler or an interpreter, capable of 86 invoking a static compiler and generating a native executable. *) 103 (** [create_jit m optlevel] creates a new JIT (just-in-time compiler), taking
|
/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...] |
XPathParser.java | 21 package org.apache.xpath.compiler; 94 * @param compiler The compiler object. 102 Compiler compiler, String expression, PrefixResolver namespaceContext) 106 m_ops = compiler; 108 m_functionTable = compiler.getFunctionTable(); 110 Lexer lexer = new Lexer(compiler, namespaceContext, this); 157 initXPath(compiler, "/..", namespaceContext); 163 compiler.shrink() [all...] |
/external/llvm/bindings/ocaml/transforms/scalar/ |
llvm_scalar_opts.mli | 3 * The LLVM Compiler Infrastructure
|
/dalvik/vm/ |
Dvm.mk | 25 # Compiler defines. 67 # - compiler optimizations enabled (redundant for "release" builds) 211 compiler/Compiler.cpp \ 212 compiler/Frontend.cpp \ 213 compiler/Utility.cpp \ 214 compiler/InlineTransformation.cpp \ 215 compiler/IntermediateRep.cpp \ 216 compiler/Dataflow.cpp \ 217 compiler/SSATransformation.cpp [all...] |
/external/v8/src/ |
compiler.h | 227 // The V8 compiler 238 class Compiler : public AllStatic {
|
math.js | 123 return -1/0; // Compiler constant-folds this to -Infinity. 143 return 1/0; // Compiler constant-folds this to Infinity.
|
full-codegen.cc | 31 #include "compiler.h" 282 PrintF("Full Compiler - "); 565 Compiler::BuildFunctionInfo(decl->fun(), script()); [all...] |
handles.cc | 34 #include "compiler.h" [all...] |
top.cc | 32 #include "compiler.h" 232 List<FrameSummary> frames(Compiler::kMaxInliningLevels + 1); [all...] |
hydrogen.cc | 618 PrintF("Crankshaft Compiler - "); [all...] |
liveedit.cc | 33 #include "compiler.h" 518 if (Compiler::MakeCodeForLiveEdit(&info)) { [all...] |
runtime.cc | 37 #include "compiler.h" [all...] |
bootstrapper.cc | 33 #include "compiler.h" [all...] |
debug.cc | 36 #include "compiler.h" 785 function_info = Compiler::Compile(source_code, [all...] |
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/external/llvm/bindings/ocaml/target/ |
llvm_target.mli | 3 * The LLVM Compiler Infrastructure
|
/external/stlport/ |
configure.bat | 19 echo Please specify at least the compiler you are going to use, 32 REM First parameter can only be help or compiler 40 REM This is necessarily a compiler 75 REM additional compiler options 106 echo The first parameter must be the compiler name, here are the available 114 echo icl Intel C++ Compiler 137 echo the compiler name. 188 echo your compiler with STLport. 196 REM * Compiler configuration 215 echo Unknown compiler: % [all...] |
/external/v8/test/cctest/ |
test-compiler.cc | 33 #include "compiler.h" 119 Compiler::Compile(source_code, 231 // tests all the functionality I have added to the compiler today
|
/frameworks/compile/libbcc/runtime/BlocksRuntime/ |
runtime.c | 414 // Old compiler SPI 419 // dereference the forwarding pointer since the compiler isn't doing this anymore (ever?) 487 // Old Compiler SPI point to release a copied Block used by the compiler in dispose helpers 520 #pragma mark Compiler SPI entry points 526 Entry points used by the compiler - the real API! 535 In these cases helper functions are synthesized by the compiler for use in Block_copy and Block_release, called the copy and dispose helpers. The copy helper emits a call to the C++ const copy constructor for C++ stack based objects and for the rest calls into the runtime support function _Block_object_assign. The dispose helper has a call to the C++ destructor for case 1 and a call into _Block_object_dispose for the rest. 541 If the __block variable is marked weak the compiler also or's in BLOCK_FIELD_IS_WEAK (16). 545 When a __block variable is either a C++ object, an Objective-C object, or another Block then the compiler also generates copy/dispose helper functions. Similarly to the Block copy helper, the "__block" copy helper (formerly and still a.k.a. "byref" copy helper) will do a C++ copy constructor (not a const one though!) and the dispose helper will do the destructor. And similarly the helpers will call into the same two support functions with the same values for objects and Blocks with the additional BLOCK_BYREF_CALLER (128) bit of information supplied. 602 // (ignore __block Block variables, compiler doesn't need to call us [all...] |
/external/clang/lib/Driver/ |
Driver.cpp | 3 // The LLVM Compiler Infrastructure 345 // the compiler then assume it gave a reasonable error code. Failures in other 742 // If the driver is invoked as C++ compiler (like clang++ or c++) it 833 // -{fsyntax-only,-analyze,emit-ast,S} only run up to the compiler. [all...] |
/external/mksh/src/ |
Build.sh | 23 # of compiler warning checks (mirtoconf is by design not quiet). 549 # Compiler: which one? 557 $e ... which compiler seems to be used 625 echo >&2 'Warning: Analog Devices C++ compiler for Blackfin, TigerSHARC 626 and SHARC (21000) DSPs detected. This compiler has not yet 631 echo >&2 "Warning: Borland C++ Builder detected. This compiler might 636 # does not work with current "ccc" compiler driver 640 # ensure compiler and linker are in sync unless overridden 651 echo >&2 "Warning: Digital Mars Compiler detected. When running under" 666 echo >&2 'Warning: IAR Systems (http://www.iar.com) compiler for embedde [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 3 * The LLVM Compiler Infrastructure [all...] |
llvm.mli | 3 * The LLVM Compiler Infrastructure [all...] |