Searched refs:zend_get_opcode_handler_func (Results 1 – 5 of 5) sorted by relevance
33 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op);
126 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op)
68028 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op) function
1903 handler = zend_get_opcode_handler_func(EG(exception_op)); in zend_jit_exception_handler_stub()4058 handler = zend_get_opcode_handler_func(opline); in zend_jit_handler()4107 handler = zend_get_opcode_handler_func(opline); in zend_jit_tail_handler()
8904 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 274 milliseconds