Searched refs:hot_side_exit (Results 1 – 3 of 3) sorted by relevance
112 zend_long hot_side_exit; /* number of exits before taking side trace */ member
7788 if (*counter + 1 >= JIT_G(hot_side_exit) + JIT_G(blacklist_side_trace)) { in zend_jit_trace_exit_is_bad()7800 if (*counter + 1 >= JIT_G(hot_side_exit)) { in zend_jit_trace_exit_is_hot()8283 } else if (JIT_G(hot_side_exit) && zend_jit_trace_exit_is_hot(trace_num, exit_num)) { in zend_jit_trace_exit()
311 … , "8", PHP_INI_ALL, OnUpdateCounter, hot_side_exit, zend_…799 add_assoc_long(&directives, "opcache.jit_hot_side_exit", JIT_G(hot_side_exit));
Completed in 55 milliseconds