/external/v8/src/full-codegen/ |
D | full-codegen.cc | 1470 void BackEdgeTable::Patch(Isolate* isolate, Code* unoptimized) { in Patch() argument 1477 int loop_nesting_level = unoptimized->allow_osr_at_loop_nesting_level() + 1; in Patch() 1480 BackEdgeTable back_edges(unoptimized, &no_gc); in Patch() 1484 unoptimized, in Patch() 1486 PatchAt(unoptimized, back_edges.pc(i), ON_STACK_REPLACEMENT, patch); in Patch() 1490 unoptimized->set_allow_osr_at_loop_nesting_level(loop_nesting_level); in Patch() 1491 DCHECK(Verify(isolate, unoptimized)); in Patch() 1495 void BackEdgeTable::Revert(Isolate* isolate, Code* unoptimized) { in Revert() argument 1500 int loop_nesting_level = unoptimized->allow_osr_at_loop_nesting_level(); in Revert() 1502 BackEdgeTable back_edges(unoptimized, &no_gc); in Revert() [all …]
|
/external/libvpx/libvpx/build/make/ |
D | rtcd.pl | 378 sub unoptimized() { subroutine 441 unoptimized;
|
/external/v8/src/runtime/ |
D | runtime-test.cc | 181 Code* unoptimized = function->shared()->code(); in RUNTIME_FUNCTION() local 182 if (args.length() == 2 && unoptimized->kind() == Code::FUNCTION) { in RUNTIME_FUNCTION() 402 Code* unoptimized = function->shared()->code(); in RUNTIME_FUNCTION() local 403 if (unoptimized->kind() == Code::FUNCTION) { in RUNTIME_FUNCTION() 404 unoptimized->ClearInlineCaches(); in RUNTIME_FUNCTION()
|
/external/v8/src/ |
D | compiler.cc | 1415 CompilationInfo unoptimized(&compile_zone, info->parse_info(), in EnsureDeoptimizationSupport() local 1417 unoptimized.EnableDeoptimizationSupport(); in EnsureDeoptimizationSupport() 1432 unoptimized.PrepareForSerializing(); in EnsureDeoptimizationSupport() 1434 EnsureFeedbackMetadata(&unoptimized); in EnsureDeoptimizationSupport() 1443 if (!FullCodeGenerator::MakeCode(&unoptimized)) return false; in EnsureDeoptimizationSupport() 1454 shared->EnableDeoptimizationSupport(*unoptimized.code()); in EnsureDeoptimizationSupport() 1458 &unoptimized); in EnsureDeoptimizationSupport()
|
D | objects.cc | 13588 Code* unoptimized = code(); in VerifyBailoutId() local 13590 DeoptimizationOutputData::cast(unoptimized->deoptimization_data()); in VerifyBailoutId()
|
/external/fio/examples/ |
D | pmemblk.fio | 33 # that of reading non-zero blocks (or unoptimized zero blocks).
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 127 -unoptimized-cfg Generate unoptimized CFGs for all analyses
|
/external/llvm/docs/CommandGuide/ |
D | llc.rst | 154 Fast register allocator. It is the default for unoptimized code.
|
/external/skia/site/user/ |
D | build.md | 20 In contrast, the developer-oriented default is an unoptimized build with full
|
/external/skqp/site/user/ |
D | build.md | 20 In contrast, the developer-oriented default is an unoptimized build with full
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 43 def analysis_UnoptimizedCFG : Flag<["-"], "unoptimized-cfg">, 44 HelpText<"Generate unoptimized CFGs for all analyses">;
|
/external/swiftshader/docs/ |
D | Reactor.md | 309 …code for such pipelines in a syntax that is as easy to read as a naive unoptimized implementation,…
|
/external/python/cpython3/Doc/library/ |
D | io.rst | 165 example, :class:`BufferedIOBase` provides unoptimized implementations of
|
/external/llvm/docs/ |
D | GettingStarted.rst | 790 libraries unoptimized, with debugging information, and asserts enabled.
|
/external/ply/ply/ |
D | CHANGES | 1332 unoptimized mode. This reads the lexing information and creates a
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 665 ``.pyc`` files represent both unoptimized and optimized bytecode. To prevent the
|
/external/googletest/googlemock/docs/ |
D | CookBook.md | 3536 to unoptimized compiler error messages that can baffle unfamiliar
|
/external/v8/ |
D | ChangeLog | 27116 to unoptimized code.
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 1397 a full unoptimized search and run all the callouts, but it is mainly
|