Lines Matching refs:handlers

153 	fbc = obj->handlers->get_method(obj_ptr, Z_STR_P(function_name), function_name + 1);  in zend_jit_find_method_helper()
1174 retval = obj->handlers->read_dimension(obj, dim, BP_VAR_R, result); in zend_jit_fetch_dim_obj_r_helper()
1201 retval = obj->handlers->read_dimension(obj, dim, BP_VAR_IS, result); in zend_jit_fetch_dim_obj_is_helper()
1382 retval = obj->handlers->read_dimension(obj, dim, type, result); in zend_jit_fetch_dim_obj_helper()
1496 obj->handlers->write_dimension(obj, dim, value); in zend_jit_assign_dim_helper()
1580 z = obj->handlers->read_dimension(obj, dim, BP_VAR_R, &rv); in zend_jit_assign_dim_op_helper()
1584 obj->handlers->write_dimension(obj, dim, &res); in zend_jit_assign_dim_op_helper()
1842 retval = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, result); in zend_jit_fetch_obj_r_slow()
1900 retval = zobj->handlers->read_property(zobj, name, BP_VAR_IS, cache_slot, result); in zend_jit_fetch_obj_is_slow()
2050 retval = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_W, cache_slot); in zend_jit_fetch_obj_w_slow()
2052 retval = zobj->handlers->read_property(zobj, name, BP_VAR_W, cache_slot, result); in zend_jit_fetch_obj_w_slow()
2492 value = zobj->handlers->write_property(zobj, name, value, cache_slot); in zend_jit_assign_obj_helper()
2541 z = object->handlers->read_property(object, name, BP_VAR_R, cache_slot, &rv); in _zend_jit_assign_op_overloaded_property()
2550 object->handlers->write_property(object, name, &res, cache_slot); in _zend_jit_assign_op_overloaded_property()
2594 …if (EXPECTED((zptr = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N… in zend_jit_assign_obj_op_helper()
2797 …if (EXPECTED((prop = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N… in zend_jit_pre_inc_obj_helper()
2840 z = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, &rv); in zend_jit_pre_inc_obj_helper()
2854 zobj->handlers->write_property(zobj, name, &z_copy, cache_slot); in zend_jit_pre_inc_obj_helper()
2867 …if (EXPECTED((prop = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N… in zend_jit_pre_dec_obj_helper()
2910 z = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, &rv); in zend_jit_pre_dec_obj_helper()
2924 zobj->handlers->write_property(zobj, name, &z_copy, cache_slot); in zend_jit_pre_dec_obj_helper()
2937 …if (EXPECTED((prop = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N… in zend_jit_post_inc_obj_helper()
2975 z = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, &rv); in zend_jit_post_inc_obj_helper()
2985 zobj->handlers->write_property(zobj, name, &z_copy, cache_slot); in zend_jit_post_inc_obj_helper()
2998 …if (EXPECTED((prop = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N… in zend_jit_post_dec_obj_helper()
3036 z = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, &rv); in zend_jit_post_dec_obj_helper()
3046 zobj->handlers->write_property(zobj, name, &z_copy, cache_slot); in zend_jit_post_dec_obj_helper()