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

  /external/v8/test/mjsunit/harmony/
block-let-crankshaft.js 33 // Check that the following functions are optimizable.
  /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 179 milliseconds