Searched refs:bisect_limit (Results 1 – 3 of 3) sorted by relevance
93 zend_long bisect_limit; member
2122 if (JIT_G(bisect_limit)) { in zend_jit()2124 if (jit_bisect_pos >= JIT_G(bisect_limit)) { in zend_jit()2125 if (jit_bisect_pos == JIT_G(bisect_limit)) { in zend_jit()
293 … , "0", PHP_INI_ALL, OnUpdateLong, bisect_limit, zend_…780 add_assoc_long(&directives, "opcache.jit_bisect_limit", JIT_G(bisect_limit));
Completed in 24 milliseconds