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