Lines Matching refs:binary_op

1511 …LL zend_jit_assign_dim_op_helper(zval *container, zval *dim, zval *value, binary_op_type binary_op)  in zend_jit_assign_dim_op_helper()  argument
1528 if (binary_op(&res, Z_ISREF_P(z) ? Z_REFVAL_P(z) : z, value) == SUCCESS) { in zend_jit_assign_dim_op_helper()
2253 …_FASTCALL zend_jit_assign_op_to_typed_ref(zend_reference *ref, zval *val, binary_op_type binary_op) in zend_jit_assign_op_to_typed_ref() argument
2257 binary_op(&z_copy, &ref->val, val); in zend_jit_assign_op_to_typed_ref()
2266 …TCALL zend_jit_assign_op_to_typed_ref_tmp(zend_reference *ref, zval *val, binary_op_type binary_op) in zend_jit_assign_op_to_typed_ref_tmp() argument
2270 binary_op(&z_copy, &ref->val, val); in zend_jit_assign_op_to_typed_ref_tmp()
2456 …y(zend_object *object, zend_string *name, void **cache_slot, zval *value, binary_op_type binary_op) in _zend_jit_assign_op_overloaded_property() argument
2470 if (binary_op(&res, z, value) == SUCCESS) { in _zend_jit_assign_op_overloaded_property()
2481 …_op_to_typed_prop(zval *zptr, zend_property_info *prop_info, zval *value, binary_op_type binary_op) in zend_jit_assign_op_to_typed_prop() argument
2487 binary_op(&z_copy, zptr, value); in zend_jit_assign_op_to_typed_prop()
2496 …per(zend_object *zobj, zend_string *name, zval *value, void **cache_slot, binary_op_type binary_op) in zend_jit_assign_obj_op_helper() argument
2515 zend_jit_assign_op_to_typed_ref(ref, value, binary_op); in zend_jit_assign_obj_op_helper()
2527 zend_jit_assign_op_to_typed_prop(zptr, prop_info, value, binary_op); in zend_jit_assign_obj_op_helper()
2529 binary_op(zptr, zptr, value); in zend_jit_assign_obj_op_helper()
2538 _zend_jit_assign_op_overloaded_property(zobj, name, cache_slot, value, binary_op); in zend_jit_assign_obj_op_helper()