Home
last modified time | relevance | path

Searched refs:ZEND_JIT_COUNTER_INIT (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c252 *(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)); in zend_jit_func_counter_helper()
255 *(jit_extension->counter) = ZEND_JIT_COUNTER_INIT; in zend_jit_func_counter_helper()
272 *(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)); in zend_jit_loop_counter_helper()
275 *(jit_extension->counter) = ZEND_JIT_COUNTER_INIT; in zend_jit_loop_counter_helper()
351 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) = ZEND_JIT_COUNTER_INIT; in zend_jit_trace_counter_helper()
376 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func))); in zend_jit_func_trace_helper()
382 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return))); in zend_jit_ret_trace_helper()
388 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop))); in zend_jit_loop_trace_helper()
H A Dzend_jit.h52 #define ZEND_JIT_COUNTER_INIT 32531 macro
H A Dzend_jit_ir.c2257 ir_STORE(addr, ir_CONST_I16(ZEND_JIT_COUNTER_INIT)); in _zend_jit_hybrid_hot_counter_stub()
2282 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func))); in zend_jit_hybrid_func_hot_counter_stub()
2292 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop))); in zend_jit_hybrid_loop_hot_counter_stub()
2331 ir_STORE(addr, ir_CONST_I16(ZEND_JIT_COUNTER_INIT)); in _zend_jit_hybrid_trace_counter_stub()
2360 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func))); in zend_jit_hybrid_func_trace_counter_stub()
2370 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return))); in zend_jit_hybrid_ret_trace_counter_stub()
2380 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop))); in zend_jit_hybrid_loop_trace_counter_stub()
H A Dzend_jit.c3582 zend_jit_hot_counters[i] = ZEND_JIT_COUNTER_INIT; in zend_jit_reset_counters()

Completed in 61 milliseconds