Home | History | Annotate | Download | only in src

Lines Matching defs:opt_count

182     int opt_count = function->shared()->opt_count();
183 function->shared()->set_opt_count(opt_count + 1);
873 if (info->shared_info()->opt_count() > kMaxOptCount) {