Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c2193 static zend_always_inline zval* zend_jit_assign_to_typed_ref2_helper(zend_reference *ref, zval *val… in zend_jit_assign_to_typed_ref2_helper() function
2209 return zend_jit_assign_to_typed_ref2_helper(ref, value, result, IS_CONST); in zend_jit_assign_const_to_typed_ref2()
2214 return zend_jit_assign_to_typed_ref2_helper(ref, value, result, IS_TMP_VAR); in zend_jit_assign_tmp_to_typed_ref2()
2219 return zend_jit_assign_to_typed_ref2_helper(ref, value, result, IS_VAR); in zend_jit_assign_var_to_typed_ref2()
2236 return zend_jit_assign_to_typed_ref2_helper(ref, value, result, IS_CV); in zend_jit_assign_cv_to_typed_ref2()

Completed in 12 milliseconds