HomeSort by relevance Sort by last modified time
    Searched full:unoptimized (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /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.
  /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.
  /dalvik/vm/
RawDexFile.h 17 * This represents a "raw" unswapped, unoptimized DEX file. We don't open
25 * Structure representing a "raw" DEX file, in its unswapped unoptimized
  /external/v8/src/
deoptimizer.h 171 // Patch all stack guard checks in the unoptimized code to
178 // the unoptimized code to unconditionally call replacement_code.
184 // Change all patched stack guard checks in the unoptimized code
190 // Change all patched stack guard checks in the unoptimized code
441 // Get a parameter value for an unoptimized frame.
444 // Get the expression stack height for a unoptimized frame.
447 // Get the expression stack value for an unoptimized frame.
708 // Class used to represent an unoptimized frame when the debugger
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...]
  /external/clang/test/Driver/
frame-pointer-elim.c 2 // pointer, for unoptimized we should have a leaf frame pointer.
  /external/chromium_org/media/base/
vector_math_perftest.cc 94 vector_math::FMAC_C, true, "vector_math_fmac", "unoptimized");
125 vector_math::FMUL_C, true, "vector_math_fmul", "unoptimized");
157 "unoptimized");
  /external/llvm/utils/
findmisopt 24 # is the bitcode file input (the unoptimized working case)
73 echo "Unoptimized program: $prog"
115 echo "Unoptimized returned: $ex1"
  /external/chromium_org/v8/src/
full-codegen.cc 451 // real state of the unoptimized code at the return site.
    [all...]
hydrogen-osr.h 60 // Return the number of slots in the unoptimized frame at the entry to OSR.
compiler.cc 421 // Recompile the unoptimized version of the code if the current version
431 CompilationInfoWithZone unoptimized(info()->shared_info());
434 unoptimized.SetFunction(info()->function());
435 unoptimized.SetScope(info()->scope());
436 unoptimized.SetContext(info()->context());
437 if (should_recompile) unoptimized.EnableDeoptimizationSupport();
438 bool succeeded = FullCodeGenerator::MakeCode(&unoptimized);
442 shared->EnableDeoptimizationSupport(*unoptimized.code());
443 // The existing unoptimized code was replaced with the new one.
445 Logger::LAZY_COMPILE_TAG, &unoptimized, shared)
    [all...]
hydrogen-osr.cc 92 // to figure out where exactly they are located in the unoptimized frame.
runtime-profiler.cc 179 // We're using on-stack replacement: patch the unoptimized code so that
180 // any back edge in any unoptimized frame will trigger on-stack
281 // Attempt OSR if we are still running unoptimized code even though the
  /dalvik/libdex/
CmdUtils.h 48 * If the file is an unoptimized DEX file, then byte-swapping and structural
  /external/chromium_org/chrome/browser/printing/
print_preview_data_service.cc 20 // indices are unoptimized.
  /external/chromium_org/third_party/skia/src/xml/
SkJS.cpp 105 * Do this expensive hack only for unoptimized Unix builds, which are
  /external/skia/src/xml/
SkJS.cpp 105 * Do this expensive hack only for unoptimized Unix builds, which are
  /external/libvpx/libvpx/build/make/
rtcd.sh 308 unoptimized() { function
361 unoptimized
  /external/clang/lib/StaticAnalyzer/
README.txt 127 -unoptimized-cfg Generate unoptimized CFGs for all analyses

Completed in 827 milliseconds

1 2 3 4 5 6