Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c306 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) -= cost; in zend_jit_trace_counter_helper()
308 if (UNEXPECTED(*(ZEND_OP_TRACE_INFO(opline, offset)->counter) <= 0)) { in zend_jit_trace_counter_helper()
309 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) = ZEND_JIT_COUNTER_INIT; in zend_jit_trace_counter_helper()
326 …zend_vm_opcode_handler_t handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->o… in zend_jit_trace_counter_helper()
745 handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler;
958 trace_flags = ZEND_OP_TRACE_INFO(opline, offset)->trace_flags;
H A Dzend_jit_trace.c3205 if (!ZEND_OP_TRACE_INFO(next_opline, offset)->counter) { in zend_jit_trace_setup_ret_counter()
3206 ZEND_OP_TRACE_INFO(next_opline, offset)->counter = in zend_jit_trace_setup_ret_counter()
6825 ZEND_OP_TRACE_INFO(opline, offset)->orig_handler; in zend_jit_blacklist_root_trace()
6851 if (ZEND_OP_TRACE_INFO(opline, offset)->counter) { in zend_jit_trace_is_bad_root()
6852 *ZEND_OP_TRACE_INFO(opline, offset)->counter = in zend_jit_trace_is_bad_root()
7159 ++(*ZEND_OP_TRACE_INFO(opline, offset)->counter); in zend_jit_trace_hot_root()
7831 if (!ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter) { in zend_jit_setup_hot_trace_counters()
7832 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter = in zend_jit_setup_hot_trace_counters()
7836 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->trace_flags |= in zend_jit_setup_hot_trace_counters()
7856 ZEND_OP_TRACE_INFO(opline, jit_extension->offset)->counter = in zend_jit_setup_hot_trace_counters()
[all …]
H A Dzend_jit_internal.h234 #define ZEND_OP_TRACE_INFO(opline, offset) \ macro
H A Dzend_jit_x86.dasc3550 (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler;

Completed in 69 milliseconds