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

  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-crankshaft.js 33 // Check that the following functions are optimizable.
  /external/v8/test/mjsunit/harmony/
block-let-crankshaft.js 33 // Check that the following functions are optimizable.
  /external/chromium_org/v8/src/
runtime-profiler.cc 163 // If the code is not optimizable, don't try OSR.
164 if (!shared->code()->optimizable()) return;
315 // Do not record non-optimizable functions.
compiler.cc 411 // optimizable marker in the code object and optimize anyway. This
414 ASSERT(FLAG_always_opt || code->optimizable());
872 // Set optimizable to false if this is disallowed by the shared
    [all...]
log.cc 73 case Code::FUNCTION: return code->optimizable() ? "~" : "";
    [all...]
objects.cc     [all...]
objects-inl.h 3867 bool Code::optimizable() { function in class:v8::internal::Code
    [all...]
objects.h     [all...]
runtime.cc     [all...]
  /external/v8/src/
runtime-profiler.cc 161 // If the code is not optimizable, don't try OSR.
162 if (!shared->code()->optimizable()) return;
278 // Do not record non-optimizable functions.
compiler.cc 284 // optimizable marker in the code object and optimize anyway. This
287 ASSERT(FLAG_always_opt || code->optimizable());
637 // Set optimizable to false if this is disallowed by the shared
log.cc 932 case Code::FUNCTION: return code->optimizable() ? "~" : "";
    [all...]
objects-inl.h 3008 bool Code::optimizable() { function in class:Code
    [all...]
objects.h     [all...]
runtime.cc     [all...]
objects.cc     [all...]

Completed in 315 milliseconds