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

  /external/v8/test/mjsunit/ignition/
optimized-stack-trace.js 8 // unoptimized frame when collecting stack trace.
optimized-debug-frame.js 8 // unoptimized frame when retrieving frame information in the debugger.
  /toolchain/binutils/binutils-2.25/config/
bootstrap-debug.mk 7 # the unoptimized stage1.
  /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-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/v8/src/runtime/
runtime-test.cc 127 Code* unoptimized = function->shared()->code(); local
128 if (args.length() == 2 && unoptimized->kind() == Code::FUNCTION) {
175 Code* unoptimized = function->shared()->code();
176 if (unoptimized->kind() == Code::FUNCTION) {
177 DCHECK(BackEdgeTable::Verify(isolate, unoptimized));
271 Code* unoptimized = function->shared()->code(); local
272 if (unoptimized->kind() == Code::FUNCTION) {
273 unoptimized->ClearInlineCaches();
  /external/v8/test/mjsunit/
debug-step-turbofan.js 9 // replace optimized code for g by unoptimized code with debug break slots.
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.
  /external/v8/src/full-codegen/
full-codegen.cc 196 // is the real state of the unoptimized code at the return site.
    [all...]
  /external/libvpx/libvpx/build/make/
rtcd.pl 338 sub unoptimized() { subroutine
399 unoptimized;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
rtcd.pl 332 sub unoptimized() { subroutine
387 unoptimized;
  /external/v8/src/
compiler.cc 492 // TODO(4280): Rename counters from "baseline" to "unoptimized" eventually.
544 // Compile either unoptimized code or bytecode for the interpreter.
    [all...]
objects.cc 13303 Code* unoptimized = code(); local
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 964 /* // unoptimized generic versions
1007 /* // generic unoptimized versions
    [all...]

Completed in 1640 milliseconds