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

  /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 99 Code* unoptimized = function->shared()->code(); local
100 if (args.length() == 2 && unoptimized->kind() == Code::FUNCTION) {
141 Code* unoptimized = function->shared()->code();
142 if (unoptimized->kind() == Code::FUNCTION) {
143 DCHECK(BackEdgeTable::Verify(isolate, unoptimized));
236 Code* unoptimized = function->shared()->code(); local
237 if (unoptimized->kind() == Code::FUNCTION) {
238 unoptimized->ClearInlineCaches();
runtime-compiler.cc 26 PrintF("[unoptimized: ");
55 Handle<Code> unoptimized(function->shared()->code());
56 if (Compiler::GetOptimizedCode(function, unoptimized, mode).ToHandle(&code)) {
60 // Optimization failed, get unoptimized code.
199 // deoptimized so that we are currently in an unoptimized activation.
  /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 206 // real state of the unoptimized code at the return site.
    [all...]
  /external/v8/src/
compiler.cc 393 // Recompile the unoptimized version of the code if the current version
841 // Compile either unoptimized code or bytecode for the interpreter.
    [all...]
compiler.h 207 // Compiles marked as debug produce unoptimized code with debug break slots.
311 void SetOptimizing(BailoutId osr_ast_id, Handle<Code> unoptimized) {
315 unoptimized_code_ = unoptimized;
404 // Root that holds the unoptimized code of the inlined function alive
482 // The unoptimized code we patched for OSR may not be the shared code
objects.cc 13805 Code* unoptimized = code(); local
    [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/benchmarks/
earley-boyer.js 964 /* // unoptimized generic versions
1007 /* // generic unoptimized versions
    [all...]

Completed in 354 milliseconds