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

  /external/chromium_org/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-fast-literal-transition.js 31 // checked in LFastLiteral, so that unoptimized code can transition the
regress-prepare-break-while-recompile.js 54 // and (shared) unoptimized code on foo, and sets both to lazy-compile builtin.
regress-969.js 33 // assignment was lingering). This is hard to observe in the unoptimized
  /external/chromium_org/v8/src/
full-codegen.cc 437 // real state of the unoptimized code at the return site.
    [all...]
compiler.cc 341 // Recompile the unoptimized version of the code if the current version
351 CompilationInfoWithZone unoptimized(info()->shared_info());
354 unoptimized.SetFunction(info()->function());
355 unoptimized.PrepareForCompilation(info()->scope());
356 unoptimized.SetContext(info()->context());
357 if (should_recompile) unoptimized.EnableDeoptimizationSupport();
358 bool succeeded = FullCodeGenerator::MakeCode(&unoptimized);
362 shared->EnableDeoptimizationSupport(*unoptimized.code());
363 // The existing unoptimized code was replaced with the new one.
365 Logger::LAZY_COMPILE_TAG, &unoptimized, shared)
    [all...]
compiler.h 228 void SetOptimizing(BailoutId osr_ast_id, Handle<Code> unoptimized) {
232 unoptimized_code_ = unoptimized;
424 // The unoptimized code we patched for OSR may not be the shared code
runtime.cc     [all...]
objects.cc 10488 Code* unoptimized = code(); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
rtcd.pl 335 sub unoptimized() { subroutine
393 unoptimized;
  /external/libvpx/libvpx/build/make/
rtcd.pl 332 sub unoptimized() { subroutine
387 unoptimized;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
rtcd.pl 332 sub unoptimized() { subroutine
387 unoptimized;
  /external/chromium_org/v8/test/mjsunit/
setters-on-elements.js 131 // The sneak case should be caught by unoptimized code too.
getters-on-elements.js 120 // The sneak case should be caught by unoptimized code too.
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js 964 /* // unoptimized generic versions
1007 /* // generic unoptimized versions
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 958 /* // unoptimized generic versions
1001 /* // generic unoptimized versions
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 958 /* // unoptimized generic versions
1001 /* // generic unoptimized versions
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 958 /* // unoptimized generic versions
1001 /* // generic unoptimized versions
    [all...]
  /external/chromium_org/v8/benchmarks/
earley-boyer.js 964 /* // unoptimized generic versions
1007 /* // generic unoptimized versions
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1325 milliseconds