Searched refs:zend_get_opcode_handler_func (Results 1 – 6 of 6) sorted by relevance
28 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op);
116 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op)
63914 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op) function
1748 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);
1810 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);
8341 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 217 milliseconds