Lines Matching refs:JIT_G

257 	*(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func));  in zend_jit_func_counter_helper()
277 *(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)); in zend_jit_loop_counter_helper()
381 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func))); in zend_jit_func_trace_helper()
387 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return))); in zend_jit_ret_trace_helper()
393 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop))); in zend_jit_loop_trace_helper()
400 if (idx >= JIT_G(max_trace_length) - 2) { \
412 if (idx >= JIT_G(max_trace_length) - 2) { \
470 const zend_op **cache_opline = JIT_G(bad_root_cache_opline); in zend_jit_trace_bad_stop_event()
471 uint8_t *cache_count = JIT_G(bad_root_cache_count); in zend_jit_trace_bad_stop_event()
472 uint8_t *cache_stop = JIT_G(bad_root_cache_stop); in zend_jit_trace_bad_stop_event()
964 if (count + 1 >= JIT_G(max_recursive_calls)) {
969 } else if (count >= JIT_G(max_recursive_calls)) {
981 && JIT_G(max_recursive_returns) > 0
993 if (count + 1 >= JIT_G(max_recursive_returns)) {
999 } else if (count >= JIT_G(max_recursive_returns)) {
1017 && zend_jit_trace_bad_stop_event(orig_opline, JIT_G(blacklist_root_trace) - 1) !=
1026 && zend_jit_trace_bad_stop_event(orig_opline, JIT_G(blacklist_root_trace) - 1) !=
1084 if (JIT_G(max_polymorphic_calls) == 0
1116 && zend_jit_trace_bad_stop_event(orig_opline, JIT_G(blacklist_root_trace) - 1) !=
1158 JIT_G(blacklist_root_trace) / 2);
1163 JIT_G(blacklist_root_trace) / 2) != ZEND_JIT_TRACE_STOP_INNER_LOOP) {
1178 } else if (loop_unroll_limit < JIT_G(max_loop_unrolls)) {
1208 && zend_jit_trace_bad_stop_event(orig_opline, JIT_G(blacklist_root_trace) / 2) ==