Searched refs:bisect_limit (Results 1 – 3 of 3) sorted by relevance
115 zend_long bisect_limit; member
1402 if (JIT_G(bisect_limit)) { in zend_jit()1404 if (jit_bisect_pos >= JIT_G(bisect_limit)) { in zend_jit()1405 if (jit_bisect_pos == JIT_G(bisect_limit)) { in zend_jit()
334 … , "0", PHP_INI_ALL, OnUpdateLong, bisect_limit, zend_…849 add_assoc_long(&directives, "opcache.jit_bisect_limit", JIT_G(bisect_limit));
Completed in 26 milliseconds