Home | History | Annotate | Download | only in src

Lines Matching defs:opt_count

5739 int SharedFunctionInfo::opt_count() {
5744 void SharedFunctionInfo::set_opt_count(int opt_count) {
5746 OptCountBits::update(opt_count_and_bailout_reason(), opt_count));