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

  /external/v8/src/
compiler.cc 338 int opt_count = function->shared()->opt_count(); local
339 function->shared()->set_opt_count(opt_count + 1);
774 if (info->shared_info()->opt_count() > kMaxOptCount) {
    [all...]
deoptimizer.cc 517 int opt_count = function->shared()->opt_count(); local
518 if (opt_count > 0) opt_count--;
519 function->shared()->set_opt_count(opt_count);
    [all...]

Completed in 104 milliseconds