Searched refs:jit_bisect_pos (Results 1 – 1 of 1) sorted by relevance
91 static zend_long jit_bisect_pos = 0; variable1403 jit_bisect_pos++; 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()
Completed in 16 milliseconds