HomeSort by relevance Sort by last modified time
    Searched full:unoptimized (Results 1 - 25 of 132) 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/llvm/utils/
findmisopt 24 # is the bitcode file input (the unoptimized working case)
73 echo "Unoptimized program: $prog"
115 echo "Unoptimized returned: $ex1"
  /dalvik/libdex/
CmdUtils.h 48 * If the file is an unoptimized DEX file, then byte-swapping and structural
CmdUtils.cpp 96 * If the file is an unoptimized DEX file, then byte-swapping and structural
  /external/chromium_org/v8/src/
compiler.cc 377 // Recompile the unoptimized version of the code if the current version
387 CompilationInfoWithZone unoptimized(info()->shared_info());
390 unoptimized.SetFunction(info()->function());
391 unoptimized.SetScope(info()->scope());
392 unoptimized.SetContext(info()->context());
393 if (should_recompile) unoptimized.EnableDeoptimizationSupport();
394 bool succeeded = FullCodeGenerator::MakeCode(&unoptimized);
398 shared->EnableDeoptimizationSupport(*unoptimized.code());
399 // The existing unoptimized code was replaced with the new one.
401 Logger::LAZY_COMPILE_TAG, &unoptimized, shared)
    [all...]
deoptimizer.h 207 // and make them use unoptimized version.
232 // Patch all interrupts with allowed loop depth in the unoptimized code to
239 // the unoptimized code to unconditionally call replacement_code.
245 // Change all patched interrupts patched in the unoptimized code
251 // Change patched interrupt in the unoptimized code
611 // Get a parameter value for an unoptimized frame.
614 // Get the expression stack height for a unoptimized frame.
617 // Get the expression stack value for an unoptimized frame.
937 // Class used to represent an unoptimized frame when the debugger
full-codegen.h 144 explicit BackEdgeTableIterator(Code* unoptimized) {
145 ASSERT(unoptimized->kind() == Code::FUNCTION);
146 instruction_start_ = unoptimized->instruction_start();
147 cursor_ = instruction_start_ + unoptimized->back_edge_table_offset();
148 ASSERT(cursor_ < instruction_start_ + unoptimized->instruction_size());
    [all...]
runtime-profiler.cc 171 // We're using on-stack replacement: patch the unoptimized code so that
172 // any back edge in any unoptimized frame will trigger on-stack
288 // Attempt OSR if we are still running unoptimized code even though the
  /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
  /external/bison/m4/
libunistring-base.m4 123 [dnl This is the unoptimized variant:

Completed in 1587 milliseconds

1 2 3 4 5 6