Searched refs:zend_jit_copy_extra_args_helper (Results 1 – 3 of 3) sorted by relevance
233 void ZEND_FASTCALL zend_jit_copy_extra_args_helper(EXECUTE_DATA_D);
123 void ZEND_FASTCALL zend_jit_copy_extra_args_helper(EXECUTE_DATA_D) in zend_jit_copy_extra_args_helper() function
3035 REGISTER_HELPER(zend_jit_copy_extra_args_helper); in zend_jit_setup_disasm()10206 ir_CALL(IR_VOID, ir_CONST_FC_FUNC(zend_jit_copy_extra_args_helper));10208 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(zend_jit_copy_extra_args_helper), jit_FP(jit));10242 ir_CALL(IR_VOID, ir_CONST_FC_FUNC(zend_jit_copy_extra_args_helper));10244 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(zend_jit_copy_extra_args_helper), jit_FP(jit));
Completed in 50 milliseconds