Lines Matching defs:ref

134 	zend_reference *ref;  in zend_jit_unref_helper()  local
1762 zend_reference *ref; in zend_jit_fetch_global_helper() local
2143 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()
2151 static zval* ZEND_FASTCALL zend_jit_assign_const_to_typed_ref(zend_reference *ref, zval *value) in zend_jit_assign_const_to_typed_ref()
2156 static zval* ZEND_FASTCALL zend_jit_assign_tmp_to_typed_ref(zend_reference *ref, zval *value) in zend_jit_assign_tmp_to_typed_ref()
2161 static zval* ZEND_FASTCALL zend_jit_assign_var_to_typed_ref(zend_reference *ref, zval *value) in zend_jit_assign_var_to_typed_ref()
2166 static zval* ZEND_FASTCALL zend_jit_assign_cv_to_typed_ref(zend_reference *ref, zval *value) in zend_jit_assign_cv_to_typed_ref()
2184 static zend_property_info *zend_jit_get_prop_not_accepting_double(zend_reference *ref) in zend_jit_get_prop_not_accepting_double()
2195 static ZEND_COLD void zend_jit_throw_inc_ref_error(zend_reference *ref, zend_property_info *error_p… in zend_jit_throw_inc_ref_error()
2207 static ZEND_COLD void zend_jit_throw_dec_ref_error(zend_reference *ref, zend_property_info *error_p… in zend_jit_throw_dec_ref_error()
2219 static void ZEND_FASTCALL zend_jit_pre_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_inc_typed_ref()
2245 static void ZEND_FASTCALL zend_jit_pre_dec_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_dec_typed_ref()
2271 static void ZEND_FASTCALL zend_jit_post_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_post_inc_typed_ref()
2290 static void ZEND_FASTCALL zend_jit_post_dec_typed_ref(zend_reference *ref, zval *ret) in zend_jit_post_dec_typed_ref()
2309 static void ZEND_FASTCALL zend_jit_assign_op_to_typed_ref(zend_reference *ref, zval *val, binary_op… in zend_jit_assign_op_to_typed_ref()
2329 static void ZEND_FASTCALL zend_jit_assign_op_to_typed_ref_tmp(zend_reference *ref, zval *val, binar… in zend_jit_assign_op_to_typed_ref_tmp()
2404 static zval * ZEND_FASTCALL zend_jit_prepare_assign_dim_ref(zval *ref) { in zend_jit_prepare_assign_dim_ref()
2601 zend_reference *ref; in zend_jit_assign_obj_op_helper() local
2815 zend_reference *ref = Z_REF_P(prop); in zend_jit_pre_inc_obj_helper() local
2885 zend_reference *ref = Z_REF_P(prop); in zend_jit_pre_dec_obj_helper() local
2953 zend_reference *ref = Z_REF_P(prop); in zend_jit_post_inc_obj_helper() local
3014 zend_reference *ref = Z_REF_P(prop); in zend_jit_post_dec_obj_helper() local