/external/llvm/bindings/ocaml/transforms/scalar_opts/ |
llvm_scalar_opts.mli | 3 * The LLVM Compiler Infrastructure
|
/external/v8/src/compiler/ |
js-inlining.cc | 5 #include "src/compiler/js-inlining.h" 10 #include "src/compiler.h" 11 #include "src/compiler/all-nodes.h" 12 #include "src/compiler/ast-graph-builder.h" 13 #include "src/compiler/common-operator.h" 14 #include "src/compiler/graph-reducer.h" 15 #include "src/compiler/js-operator.h" 16 #include "src/compiler/node-matchers.h" 17 #include "src/compiler/node-properties.h" 18 #include "src/compiler/operator-properties.h 25 namespace compiler { namespace in namespace:v8::internal [all...] |
/prebuilts/misc/common/swig/include/2.0.11/gcj/ |
javaprims.i | 122 class Compiler;
|
/art/compiler/linker/ |
relative_patcher_test.h | 50 Compiler::kQuick,
|
/external/clang/lib/Driver/ |
ToolChains.h | 3 // The LLVM Compiler Infrastructure 20 #include "llvm/Support/Compiler.h" 234 mutable std::unique_ptr<tools::gcc::Compiler> Compile; 256 /// Get the "MachO" arch name for a particular compiler invocation. For 264 /// Add the linker arguments to link the compiler runtime library. 666 mutable std::unique_ptr<tools::gcc::Compiler> Compiler; [all...] |
/external/v8/src/ |
optimizing-compile-dispatcher.cc | 196 // At this point the optimizing compiler thread's event loop has stopped. 247 Handle<Code> code = Compiler::GetConcurrentlyOptimizedCode(job);
|
compiler.h | 488 // TODO(rmcilroy/mstarzinger): Temporary work-around until compiler.cc is 631 // The V8 compiler 642 class Compiler : public AllStatic { 654 // Parser::Parse, then Compiler::Analyze.
|
/prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/ |
ST4-4.0.8.jar | |
/prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/ |
ST4-4.0.8.jar | |
/art/compiler/ |
image_test.cc | 52 CreateCompilerDriver(Compiler::kOptimizing, kRuntimeISA, kIsTargetBuild ? 2U : 16U); 214 // Need to delete the compiler since it has worker threads which are attached to runtime. 234 // By default the compiler this creates will not include patch information.
|
/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/v8/src/runtime/ |
runtime-function.cc | 9 #include "src/compiler.h" 155 if (!Compiler::Compile(source, KEEP_EXCEPTION)) {
|
runtime-test.cc | 192 return Smi::FromInt(7); // 7 == "TurboFan compiler". 402 if (!Compiler::Compile(func, KEEP_EXCEPTION)) {
|
/external/v8/src/wasm/ |
wasm-js.cc | 135 if (!i::Compiler::ParseAndAnalyze(info)) {
|
/external/v8/test/cctest/ |
test-ast-expression-visitor.cc | 40 CHECK(i::Compiler::ParseAndAnalyze(&info));
|
/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")]
|
DebugTreeGrammar.cs | 24 [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/llvm/bindings/ocaml/target/ |
llvm_target.mli | 3 * The LLVM Compiler Infrastructure
|
/external/v8/src/debug/ |
debug.cc | 13 #include "src/compiler.h" [all...] |
debug-evaluate.cc | 101 Compiler::GetFunctionFromEval(
|
/art/dex2oat/ |
dex2oat.cc | 47 #include "compiler.h" 251 UsageError(" --compiler-backend=(Quick|Optimizing): select compiler backend"); 253 UsageError(" Example: --compiler-backend=Optimizing"); 256 UsageError(" --compiler-filter=" 269 UsageError(" select compiler filter."); 271 UsageError(" Example: --compiler-filter=everything"); 275 UsageError(" method for compiler filter tuning."); 280 UsageError(" method for compiler filter tuning."); 285 UsageError(" method for compiler filter tuning.") [all...] |
/external/curl/projects/ |
build-openssl.bat | 271 echo Usage: build-openssl ^<compiler^> ^<platform^> [configuration] [directory] 273 echo Compiler:
|
/external/elfutils/tests/ |
run-strings-test.sh | 215 testfile4: 6480 Internal Compiler Bug: No runtime type matcher.
|