Searched refs:OP_max (Results 1 – 6 of 6) sorted by relevance
439 OP_max enumerator
244 Zero(PL_op_exec_cnt, OP_max+2, UV); in perl_construct()717 for (i = 0; i <= OP_max; ++i) { in perl_destruct()722 if (PL_op_exec_cnt[OP_max+1] != 0) in perl_destruct()723 PerlIO_printf(Perl_debug_log, " SPECIAL: %" UVuf "\n", PL_op_exec_cnt[OP_max+1]); in perl_destruct()
1015 PERLVARA(I, op_exec_cnt, OP_max+2, UV) /* Counts of executed OPs of the given type.
776 (PL_op && PL_op->op_type < OP_max) in Perl_do_sprintf()
7086 const char *const name = op_type >= OP_max in PP()
15683 Zero(PL_op_exec_cnt, OP_max+2, UV);