Home
last modified time | relevance | path

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

/PHP-8.1/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.h63914 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op) function
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc1748 const void *handler = zend_get_opcode_handler_func(EG(exception_op));
3732 handler = zend_get_opcode_handler_func(opline);
3785 const void *handler = zend_get_opcode_handler_func(opline);
H A Dzend_jit_arm64.dasc1810 const void *handler = zend_get_opcode_handler_func(EG(exception_op));
3398 handler = zend_get_opcode_handler_func(opline);
3451 const void *handler = zend_get_opcode_handler_func(opline);
H A Dzend_jit_trace.c8341 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 190 milliseconds