Home
last modified time | relevance | path

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

/PHP-8.3/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.skl126 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op)
H A Dzend_vm_execute.h65405 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op) function
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc1825 const void *handler = zend_get_opcode_handler_func(EG(exception_op));
3387 handler = zend_get_opcode_handler_func(opline);
3440 const void *handler = zend_get_opcode_handler_func(opline);
H A Dzend_jit_x86.dasc1764 const void *handler = zend_get_opcode_handler_func(EG(exception_op));
3697 handler = zend_get_opcode_handler_func(opline);
3750 const void *handler = zend_get_opcode_handler_func(opline);
H A Dzend_jit_trace.c8437 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