Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_vm.h28 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op);
H A Dzend_vm_execute.skl116 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op)
H A Dzend_vm_execute.h63243 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op) function
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc1796 const void *handler = zend_get_opcode_handler_func(EG(exception_op));
3698 handler = zend_get_opcode_handler_func(opline);
3751 const void *handler = zend_get_opcode_handler_func(opline);
H A Dzend_jit_trace.c7808 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 166 milliseconds