Lines Matching refs:JIT_G

261 	*(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func));  in zend_jit_func_counter_helper()
281 *(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)); in zend_jit_loop_counter_helper()
385 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func))); in zend_jit_func_trace_helper()
391 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return))); in zend_jit_ret_trace_helper()
397 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop))); in zend_jit_loop_trace_helper()
404 if (idx >= JIT_G(max_trace_length) - 2) { \
416 if (idx >= JIT_G(max_trace_length) - 2) { \
474 const zend_op **cache_opline = JIT_G(bad_root_cache_opline); in zend_jit_trace_bad_stop_event()
475 uint8_t *cache_count = JIT_G(bad_root_cache_count); in zend_jit_trace_bad_stop_event()
476 uint8_t *cache_stop = JIT_G(bad_root_cache_stop); in zend_jit_trace_bad_stop_event()
1017 if (count + 1 >= JIT_G(max_recursive_calls)) {
1022 } else if (count >= JIT_G(max_recursive_calls)) {
1034 && JIT_G(max_recursive_returns) > 0
1046 if (count + 1 >= JIT_G(max_recursive_returns)) {
1052 } else if (count >= JIT_G(max_recursive_returns)) {
1070 && zend_jit_trace_bad_stop_event(orig_opline, JIT_G(blacklist_root_trace) - 1) !=
1079 && zend_jit_trace_bad_stop_event(orig_opline, JIT_G(blacklist_root_trace) - 1) !=
1146 } else if (JIT_G(max_polymorphic_calls) == 0
1180 && zend_jit_trace_bad_stop_event(orig_opline, JIT_G(blacklist_root_trace) - 1) !=
1222 JIT_G(blacklist_root_trace) / 2);
1227 JIT_G(blacklist_root_trace) / 2) != ZEND_JIT_TRACE_STOP_INNER_LOOP) {
1242 } else if (loop_unroll_limit < JIT_G(max_loop_unrolls)) {
1272 && zend_jit_trace_bad_stop_event(orig_opline, JIT_G(blacklist_root_trace) / 2) ==