Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c2153 static zend_always_inline zval* zend_jit_assign_to_typed_ref_helper(zend_reference *ref, zval *valu… in zend_jit_assign_to_typed_ref_helper() function
2163 return zend_jit_assign_to_typed_ref_helper(ref, value, IS_CONST); in zend_jit_assign_const_to_typed_ref()
2168 return zend_jit_assign_to_typed_ref_helper(ref, value, IS_TMP_VAR); in zend_jit_assign_tmp_to_typed_ref()
2173 return zend_jit_assign_to_typed_ref_helper(ref, value, IS_VAR); in zend_jit_assign_var_to_typed_ref()
2190 return zend_jit_assign_to_typed_ref_helper(ref, value, IS_CV); in zend_jit_assign_cv_to_typed_ref()

Completed in 13 milliseconds