Searched refs:ir_TAILCALL_1 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir_builder.h | 521 #define ir_TAILCALL_1(type, func, a1) _ir_TAILCALL_1(_ir_CTX, type, func, a1) macro
|
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 2041 ir_TAILCALL_1(IR_VOID, ir_CONST_FC_FUNC(zend_jit_leave_nested_func_helper), call_info); in zend_jit_leave_function_handler_stub() 2052 ir_TAILCALL_1(IR_VOID, ir_CONST_FC_FUNC(zend_jit_leave_top_func_helper), call_info); in zend_jit_leave_function_handler_stub() 2493 ir_TAILCALL_1(IR_VOID, ir_CONST_FC_FUNC(zend_jit_undefined_long_key), jit_FP(jit)); in zend_jit_undefined_offset_stub() 2504 ir_TAILCALL_1(IR_VOID, ir_CONST_FC_FUNC(zend_jit_undefined_string_key), jit_FP(jit)); in zend_jit_undefined_key_stub() 4124 ir_TAILCALL_1(IR_I32, ir_CONST_FC_FUNC(handler), ref); in zend_jit_tail_handler()
|
Completed in 74 milliseconds