Home
last modified time | relevance | path

Searched refs:unoptimized (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/full-codegen/
Dfull-codegen.cc1470 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/
Drtcd.pl378 sub unoptimized() { subroutine
441 unoptimized;
/external/v8/src/runtime/
Druntime-test.cc181 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/
Dcompiler.cc1415 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()
Dobjects.cc13588 Code* unoptimized = code(); in VerifyBailoutId() local
13590 DeoptimizationOutputData::cast(unoptimized->deoptimization_data()); in VerifyBailoutId()
/external/fio/examples/
Dpmemblk.fio33 # that of reading non-zero blocks (or unoptimized zero blocks).
/external/clang/lib/StaticAnalyzer/
DREADME.txt127 -unoptimized-cfg Generate unoptimized CFGs for all analyses
/external/llvm/docs/CommandGuide/
Dllc.rst154 Fast register allocator. It is the default for unoptimized code.
/external/skia/site/user/
Dbuild.md20 In contrast, the developer-oriented default is an unoptimized build with full
/external/skqp/site/user/
Dbuild.md20 In contrast, the developer-oriented default is an unoptimized build with full
/external/clang/include/clang/Driver/
DCC1Options.td43 def analysis_UnoptimizedCFG : Flag<["-"], "unoptimized-cfg">,
44 HelpText<"Generate unoptimized CFGs for all analyses">;
/external/swiftshader/docs/
DReactor.md309 …code for such pipelines in a syntax that is as easy to read as a naive unoptimized implementation,…
/external/python/cpython3/Doc/library/
Dio.rst165 example, :class:`BufferedIOBase` provides unoptimized implementations of
/external/llvm/docs/
DGettingStarted.rst790 libraries unoptimized, with debugging information, and asserts enabled.
/external/ply/ply/
DCHANGES1332 unoptimized mode. This reads the lexing information and creates a
/external/python/cpython3/Doc/whatsnew/
D3.5.rst665 ``.pyc`` files represent both unoptimized and optimized bytecode. To prevent the
/external/googletest/googlemock/docs/
DCookBook.md3536 to unoptimized compiler error messages that can baffle unfamiliar
/external/v8/
DChangeLog27116 to unoptimized code.
/external/pcre/dist2/doc/
Dpcre2.txt1397 a full unoptimized search and run all the callouts, but it is mainly