HomeSort by relevance Sort by last modified time
    Searched refs:unoptimized (Results 1 - 12 of 12) sorted by null

  /external/v8/test/mjsunit/regress/
regress-1079.js 34 return unoptimized.apply(null, arguments);
37 // It's not crucial that this is unoptimized.
38 function unoptimized() { function
regress-1060.js 28 // Make sure that we do not record multiple bailouts in the unoptimized code
regress-1118.js 54 // Run for a bit as long as h is unoptimized.
regress-969.js 33 // assignment was lingering). This is hard to observe in the unoptimized
  /external/v8/src/
compiler.cc 257 // Recompile the unoptimized version of the code if the current version
265 CompilationInfo unoptimized(info->shared_info());
268 unoptimized.SetFunction(info->function());
269 unoptimized.SetScope(info->scope());
270 if (should_recompile) unoptimized.EnableDeoptimizationSupport();
271 bool succeeded = FullCodeGenerator::MakeCode(&unoptimized);
275 shared->EnableDeoptimizationSupport(*unoptimized.code());
276 // The existing unoptimized code was replaced with the new one.
278 Logger::LAZY_COMPILE_TAG, &unoptimized, shared);
282 // Check that the unoptimized, shared code is ready fo
    [all...]
runtime.cc     [all...]
objects.cc 7798 Code* unoptimized = code(); local
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
earley-boyer.js 964 /* // unoptimized generic versions
1007 /* // generic unoptimized versions
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 964 /* // unoptimized generic versions
1007 /* // generic unoptimized versions
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 958 /* // unoptimized generic versions
1001 /* // generic unoptimized versions
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 958 /* // unoptimized generic versions
1001 /* // generic unoptimized versions
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 958 /* // unoptimized generic versions
1001 /* // generic unoptimized versions
    [all...]

Completed in 741 milliseconds