Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c257 *(jit_extension->counter) -= ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)); in zend_jit_func_counter_helper()
260 *(jit_extension->counter) = ZEND_JIT_COUNTER_INIT; 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()
280 *(jit_extension->counter) = ZEND_JIT_COUNTER_INIT; in zend_jit_loop_counter_helper()
356 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) = ZEND_JIT_COUNTER_INIT; in zend_jit_trace_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()
H A Dzend_jit.h52 #define ZEND_JIT_COUNTER_INIT 32531 macro
H A Dzend_jit_arm64.dasc2208 || ZEND_ASSERT(ZEND_JIT_COUNTER_INIT <= MOVZ_IMM);
2209 | movz TMP1w, #ZEND_JIT_COUNTER_INIT
2271 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)));
2283 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)));
2296 | mov TMP1w, #ZEND_JIT_COUNTER_INIT
2340 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)));
2352 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return)));
2364 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)));
H A Dzend_jit_x86.dasc2199 | mov word [r2], ZEND_JIT_COUNTER_INIT
2266 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)));
2278 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)));
2288 | mov word [r2], ZEND_JIT_COUNTER_INIT
2324 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) / JIT_G(hot_func)));
2336 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_return) - 1) / JIT_G(hot_return)));
2348 ((ZEND_JIT_COUNTER_INIT + JIT_G(hot_loop) - 1) / JIT_G(hot_loop)));
H A Dzend_jit.c5096 zend_jit_hot_counters[i] = ZEND_JIT_COUNTER_INIT; in zend_jit_reset_counters()

Completed in 82 milliseconds