Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_vm.h33 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op);
H A Dzend_vm_execute.skl126 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op)
H A Dzend_vm_execute.h68017 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op) function
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c1903 handler = zend_get_opcode_handler_func(EG(exception_op)); in zend_jit_exception_handler_stub()
4054 handler = zend_get_opcode_handler_func(opline); in zend_jit_handler()
4103 handler = zend_get_opcode_handler_func(opline); in zend_jit_tail_handler()
H A Dzend_jit_trace.c8835 jit_extension->trace_info[i].call_handler = zend_get_opcode_handler_func(&op_array->opcodes[i]); in zend_jit_setup_hot_trace_counters()

Completed in 455 milliseconds