Home
last modified time | relevance | path

Searched refs:zend_jit_copy_extra_args_helper (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h231 void ZEND_FASTCALL zend_jit_copy_extra_args_helper(EXECUTE_DATA_D);
H A Dzend_jit_vm_helpers.c123 void ZEND_FASTCALL zend_jit_copy_extra_args_helper(EXECUTE_DATA_D) in zend_jit_copy_extra_args_helper() function
H A Dzend_jit_ir.c3013 REGISTER_HELPER(zend_jit_copy_extra_args_helper); in zend_jit_setup_disasm()
9942 ir_CALL(IR_VOID, ir_CONST_FC_FUNC(zend_jit_copy_extra_args_helper));
9944 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(zend_jit_copy_extra_args_helper), jit_FP(jit));
9978 ir_CALL(IR_VOID, ir_CONST_FC_FUNC(zend_jit_copy_extra_args_helper));
9980 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(zend_jit_copy_extra_args_helper), jit_FP(jit));

Completed in 58 milliseconds