/art/compiler/dex/ |
frontend.cc | 19 #include "compiler.h" 43 /* Default optimizer/debug setting for the compiler. */ 493 compiler(nullptr), 559 VLOG(compiler) << "Too many dalvik registers : " << cu.num_dalvik_registers; 572 VLOG(compiler) << "Unsupported shorty : " << shorty; 589 VLOG(compiler) << "Unsupported dalvik byte code : " 592 VLOG(compiler) << "Unsupported extended MIR opcode : " 607 VLOG(compiler) << "Unsupported to invoke '" 619 Compiler* compiler, 829 art::Compiler* compiler = driver.GetCompiler(); local [all...] |
/art/compiler/driver/ |
compiler_driver.h | 28 #include "compiler.h" 81 // Thread-local storage compiler worker threads 99 // Create a compiler targeting the requested "instruction_set". 101 // enabled. "image_classes" lets the compiler know what classes it 107 Compiler::Kind compiler_kind, 146 Compiler* GetCompiler() const { 197 // Callbacks from compiler to see what runtime checks must be generated. 664 // Should the compiler run on this method given profile information? 779 std::unique_ptr<Compiler> compiler_; 789 // All class references that this compiler has compiled [all...] |
/external/chromium_org/third_party/cython/src/Cython/Build/ |
Dependencies.py | 51 from Cython.Compiler.Main import Context, CompilationOptions, default_options 820 # compiler output, flush now to avoid interleaving output. 862 from Cython.Compiler.Main import compile, default_options 863 from Cython.Compiler.Errors import CompileError, PyrexError [all...] |
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
ParseTreeTransforms.py | 14 from Cython.Compiler.Visitor import VisitorTransform, TreeVisitor 15 from Cython.Compiler.Visitor import CythonTransform, EnvTransform, ScopeTrackingTransform 16 from Cython.Compiler.UtilNodes import LetNode, LetRefNode, ResultRefNode 17 from Cython.Compiler.TreeFragment import TreeFragment 18 from Cython.Compiler.StringEncoding import EncodedString 19 from Cython.Compiler.Errors import error, warning, CompileError, InternalError 20 from Cython.Compiler.Code import UtilityCode 681 self.context.nonfatal_error(PostParseError(pos, 'The %s compiler directive ' 759 # if this cimport was a compiler directive, we don't 785 "Compiler directive imports must be plain imports") [all...] |
Pipeline.py | 315 from Cython.Compiler.Visitor import PrintTree
|
Parsing.pxd | 4 from Cython.Compiler.Scanning cimport PyrexScanner
|
/external/chromium_org/third_party/cython/src/Cython/ |
Utils.py | 82 from Cython.Compiler.Scanning import FileSourceDescriptor
|
CodeWriter.py | 9 from Cython.Compiler.Visitor import TreeVisitor 10 from Cython.Compiler.ExprNodes import *
|
/external/chromium_org/v8/src/compiler/ |
js-inlining.cc | 5 #include "src/compiler/access-builder.h" 6 #include "src/compiler/ast-graph-builder.h" 7 #include "src/compiler/common-operator.h" 8 #include "src/compiler/generic-node-inl.h" 9 #include "src/compiler/graph-inl.h" 10 #include "src/compiler/graph-visualizer.h" 11 #include "src/compiler/js-inlining.h" 12 #include "src/compiler/js-operator.h" 13 #include "src/compiler/node-aux-data-inl.h" 14 #include "src/compiler/node-matchers.h 26 namespace compiler { namespace in namespace:v8::internal [all...] |
/external/compiler-rt/lib/BlocksRuntime/ |
runtime.c | 413 // Old compiler SPI 418 // dereference the forwarding pointer since the compiler isn't doing this anymore (ever?) 486 // Old Compiler SPI point to release a copied Block used by the compiler in dispose helpers 519 #pragma mark Compiler SPI entry points 525 Entry points used by the compiler - the real API! 534 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. 540 If the __block variable is marked weak the compiler also or's in BLOCK_FIELD_IS_WEAK (16). 544 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. 601 // (ignore __block Block variables, compiler doesn't need to call us [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugGrammarLexer.cs | 15 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "3.1.2")]
|
ProfileGrammarLexer.cs | 15 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "3.1.2")]
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
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/chromium_org/third_party/angle/src/ |
translator_lib.target.darwin-arm64.mk | 32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \ 33 third_party/angle/src/compiler/translator/CodeGen.cpp \ 34 third_party/angle/src/compiler/translator/Compiler.cpp \ 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \ 36 third_party/angle/src/compiler/translator/DetectDiscontinuity.cpp \ 37 third_party/angle/src/compiler/translator/Diagnostics.cpp \ 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \ 39 third_party/angle/src/compiler/translator/FlagStd140Structs.cpp \ 40 third_party/angle/src/compiler/translator/ForLoopUnroll.cpp [all...] |
translator_lib.target.darwin-mips.mk | 32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \ 33 third_party/angle/src/compiler/translator/CodeGen.cpp \ 34 third_party/angle/src/compiler/translator/Compiler.cpp \ 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \ 36 third_party/angle/src/compiler/translator/DetectDiscontinuity.cpp \ 37 third_party/angle/src/compiler/translator/Diagnostics.cpp \ 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \ 39 third_party/angle/src/compiler/translator/FlagStd140Structs.cpp \ 40 third_party/angle/src/compiler/translator/ForLoopUnroll.cpp [all...] |
translator_lib.target.darwin-mips64.mk | 32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \ 33 third_party/angle/src/compiler/translator/CodeGen.cpp \ 34 third_party/angle/src/compiler/translator/Compiler.cpp \ 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \ 36 third_party/angle/src/compiler/translator/DetectDiscontinuity.cpp \ 37 third_party/angle/src/compiler/translator/Diagnostics.cpp \ 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \ 39 third_party/angle/src/compiler/translator/FlagStd140Structs.cpp \ 40 third_party/angle/src/compiler/translator/ForLoopUnroll.cpp [all...] |
translator_lib.target.darwin-x86.mk | 32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \ 33 third_party/angle/src/compiler/translator/CodeGen.cpp \ 34 third_party/angle/src/compiler/translator/Compiler.cpp \ 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \ 36 third_party/angle/src/compiler/translator/DetectDiscontinuity.cpp \ 37 third_party/angle/src/compiler/translator/Diagnostics.cpp \ 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \ 39 third_party/angle/src/compiler/translator/FlagStd140Structs.cpp \ 40 third_party/angle/src/compiler/translator/ForLoopUnroll.cpp [all...] |
translator_lib.target.darwin-x86_64.mk | 32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \ 33 third_party/angle/src/compiler/translator/CodeGen.cpp \ 34 third_party/angle/src/compiler/translator/Compiler.cpp \ 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \ 36 third_party/angle/src/compiler/translator/DetectDiscontinuity.cpp \ 37 third_party/angle/src/compiler/translator/Diagnostics.cpp \ 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \ 39 third_party/angle/src/compiler/translator/FlagStd140Structs.cpp \ 40 third_party/angle/src/compiler/translator/ForLoopUnroll.cpp [all...] |
translator_lib.target.linux-arm64.mk | 32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \ 33 third_party/angle/src/compiler/translator/CodeGen.cpp \ 34 third_party/angle/src/compiler/translator/Compiler.cpp \ 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \ 36 third_party/angle/src/compiler/translator/DetectDiscontinuity.cpp \ 37 third_party/angle/src/compiler/translator/Diagnostics.cpp \ 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \ 39 third_party/angle/src/compiler/translator/FlagStd140Structs.cpp \ 40 third_party/angle/src/compiler/translator/ForLoopUnroll.cpp [all...] |
translator_lib.target.linux-mips.mk | 32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \ 33 third_party/angle/src/compiler/translator/CodeGen.cpp \ 34 third_party/angle/src/compiler/translator/Compiler.cpp \ 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \ 36 third_party/angle/src/compiler/translator/DetectDiscontinuity.cpp \ 37 third_party/angle/src/compiler/translator/Diagnostics.cpp \ 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \ 39 third_party/angle/src/compiler/translator/FlagStd140Structs.cpp \ 40 third_party/angle/src/compiler/translator/ForLoopUnroll.cpp [all...] |
translator_lib.target.linux-mips64.mk | 32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \ 33 third_party/angle/src/compiler/translator/CodeGen.cpp \ 34 third_party/angle/src/compiler/translator/Compiler.cpp \ 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \ 36 third_party/angle/src/compiler/translator/DetectDiscontinuity.cpp \ 37 third_party/angle/src/compiler/translator/Diagnostics.cpp \ 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \ 39 third_party/angle/src/compiler/translator/FlagStd140Structs.cpp \ 40 third_party/angle/src/compiler/translator/ForLoopUnroll.cpp [all...] |
translator_lib.target.linux-x86.mk | 32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \ 33 third_party/angle/src/compiler/translator/CodeGen.cpp \ 34 third_party/angle/src/compiler/translator/Compiler.cpp \ 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \ 36 third_party/angle/src/compiler/translator/DetectDiscontinuity.cpp \ 37 third_party/angle/src/compiler/translator/Diagnostics.cpp \ 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \ 39 third_party/angle/src/compiler/translator/FlagStd140Structs.cpp \ 40 third_party/angle/src/compiler/translator/ForLoopUnroll.cpp [all...] |
translator_lib.target.linux-x86_64.mk | 32 third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp \ 33 third_party/angle/src/compiler/translator/CodeGen.cpp \ 34 third_party/angle/src/compiler/translator/Compiler.cpp \ 35 third_party/angle/src/compiler/translator/DetectCallDepth.cpp \ 36 third_party/angle/src/compiler/translator/DetectDiscontinuity.cpp \ 37 third_party/angle/src/compiler/translator/Diagnostics.cpp \ 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \ 39 third_party/angle/src/compiler/translator/FlagStd140Structs.cpp \ 40 third_party/angle/src/compiler/translator/ForLoopUnroll.cpp [all...] |
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.mli | 3 * The LLVM Compiler Infrastructure 83 (** An execution engine is either a JIT compiler or an interpreter, capable of 85 invoking a static compiler and generating a native executable. *) 102 (** [create_jit m optlevel] creates a new JIT (just-in-time compiler), taking
|
/external/llvm/bindings/ocaml/target/ |
llvm_target.mli | 3 * The LLVM Compiler Infrastructure
|