Home
last modified time | relevance | path

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

/external/v8/src/full-codegen/
Dfull-codegen.cc1870 void BackEdgeTable::Patch(Isolate* isolate, Code* unoptimized) { in Patch() argument
1877 int loop_nesting_level = unoptimized->allow_osr_at_loop_nesting_level() + 1; in Patch()
1880 BackEdgeTable back_edges(unoptimized, &no_gc); in Patch()
1884 unoptimized, in Patch()
1886 PatchAt(unoptimized, back_edges.pc(i), ON_STACK_REPLACEMENT, patch); in Patch()
1890 unoptimized->set_allow_osr_at_loop_nesting_level(loop_nesting_level); in Patch()
1891 DCHECK(Verify(isolate, unoptimized)); in Patch()
1895 void BackEdgeTable::Revert(Isolate* isolate, Code* unoptimized) { in Revert() argument
1900 int loop_nesting_level = unoptimized->allow_osr_at_loop_nesting_level(); in Revert()
1902 BackEdgeTable back_edges(unoptimized, &no_gc); in Revert()
[all …]
/external/libvpx/libvpx/build/make/
Drtcd.pl368 sub unoptimized() { subroutine
427 unoptimized;
/external/v8/src/runtime/
Druntime-test.cc135 Code* unoptimized = function->shared()->code(); in RUNTIME_FUNCTION() local
136 if (args.length() == 2 && unoptimized->kind() == Code::FUNCTION) { in RUNTIME_FUNCTION()
345 Code* unoptimized = function->shared()->code(); in RUNTIME_FUNCTION() local
346 if (unoptimized->kind() == Code::FUNCTION) { in RUNTIME_FUNCTION()
347 unoptimized->ClearInlineCaches(); in RUNTIME_FUNCTION()
/external/v8/src/
Dcompiler.cc1212 CompilationInfo unoptimized(info->parse_info(), info->closure()); in EnsureDeoptimizationSupport() local
1213 unoptimized.EnableDeoptimizationSupport(); in EnsureDeoptimizationSupport()
1230 unoptimized.PrepareForSerializing(); in EnsureDeoptimizationSupport()
1232 EnsureFeedbackMetadata(&unoptimized); in EnsureDeoptimizationSupport()
1233 if (!FullCodeGenerator::MakeCode(&unoptimized)) return false; in EnsureDeoptimizationSupport()
1244 shared->EnableDeoptimizationSupport(*unoptimized.code()); in EnsureDeoptimizationSupport()
1248 &unoptimized); in EnsureDeoptimizationSupport()
Dobjects.cc13954 Code* unoptimized = code(); in VerifyBailoutId() local
13956 DeoptimizationOutputData::cast(unoptimized->deoptimization_data()); in VerifyBailoutId()
/external/clang/lib/StaticAnalyzer/
DREADME.txt127 -unoptimized-cfg Generate unoptimized CFGs for all analyses
/external/bison/m4/
Dlibunistring-base.m4123 [dnl This is the unoptimized variant:
/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/clang/include/clang/Driver/
DCC1Options.td43 def analysis_UnoptimizedCFG : Flag<["-"], "unoptimized-cfg">,
44 HelpText<"Generate unoptimized CFGs for all analyses">;
/external/llvm/docs/
DGettingStarted.rst790 libraries unoptimized, with debugging information, and asserts enabled.
/external/googletest/googlemock/docs/v1_5/
DCookBook.md3048 to unoptimized compiler error messages that can baffle unfamiliar
/external/googletest/googlemock/docs/v1_6/
DCookBook.md3199 to unoptimized compiler error messages that can baffle unfamiliar
/external/googletest/googlemock/docs/v1_7/
DCookBook.md3289 to unoptimized compiler error messages that can baffle unfamiliar
/external/googletest/googlemock/docs/
DCookBook.md3532 to unoptimized compiler error messages that can baffle unfamiliar
/external/v8/
DChangeLog23095 to unoptimized code.
/external/pcre/dist2/doc/
Dpcre2.txt1397 a full unoptimized search and run all the callouts, but it is mainly
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...