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

  /external/chromium_org/v8/src/
compiler.cc 154 opt_count_ = shared_info().is_null() ? 0 : shared_info()->opt_count();
349 if (info()->opt_count() > kMaxOptCount) {
515 int opt_count = function->shared()->opt_count(); local
516 function->shared()->set_opt_count(opt_count + 1);
    [all...]
compiler.h 128 int opt_count() const { return opt_count_; } function in class:v8::internal::CompilationInfo
497 // A copy of shared_info()->opt_count() to avoid handle deref
deoptimizer.cc 589 int opt_count = function->shared()->opt_count(); local
590 if (opt_count > 0) opt_count--;
591 function->shared()->set_opt_count(opt_count);
    [all...]
hydrogen-gvn.cc 633 return info()->IsStub() || info()->opt_count() + 1 < FLAG_max_opt_count;
debug-debugger.js 940 ExecutionState.prototype.prepareStep = function(opt_action, opt_count,
944 var count = opt_count ? %ToNumber(opt_count) : 1;
    [all...]
objects-inl.h 5739 int SharedFunctionInfo::opt_count() { function in class:v8::internal::Code::FindAndReplacePattern::SharedFunctionInfo
    [all...]
objects.h     [all...]
objects.cc     [all...]
runtime.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc     [all...]

Completed in 4053 milliseconds