Home
last modified time | relevance | path

Searched refs:zend_jit_hot_counters (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_internal.h39 extern int16_t zend_jit_hot_counters[ZEND_HOT_COUNTERS_COUNT];
H A Dzend_jit.c98 int16_t zend_jit_hot_counters[ZEND_HOT_COUNTERS_COUNT]; variable
3819 …jit_extension->counter = &zend_jit_hot_counters[zend_jit_op_array_hash(op_array) & (ZEND_HOT_COUNT… in zend_jit_setup_hot_counters()
4449 zend_jit_hot_counters[i] = ZEND_JIT_COUNTER_INIT; in zend_jit_reset_counters()
H A Dzend_jit_trace.c3207 &zend_jit_hot_counters[ZEND_JIT_COUNTER_NUM]; in zend_jit_trace_setup_ret_counter()
7833 &zend_jit_hot_counters[ZEND_JIT_COUNTER_NUM]; in zend_jit_setup_hot_trace_counters()
7857 &zend_jit_hot_counters[ZEND_JIT_COUNTER_NUM]; in zend_jit_setup_hot_trace_counters()

Completed in 32 milliseconds