Lines Matching defs:result

73 	zend_jmp_fl_result result = (func == NULL) + 1;  in zend_jit_jmp_frameless_helper()  local
375 static void ZEND_FASTCALL zend_jit_fetch_dim_r_helper(zend_array *ht, zval *dim, zval *result) in zend_jit_fetch_dim_r_helper()
517 static void ZEND_FASTCALL zend_jit_fetch_dim_is_helper(zend_array *ht, zval *dim, zval *result) in zend_jit_fetch_dim_is_helper()
1117 …atic void ZEND_FASTCALL zend_jit_fetch_dim_str_is_helper(zend_string *str, zval *dim, zval *result) in zend_jit_fetch_dim_str_is_helper()
1170 static void ZEND_FASTCALL zend_jit_fetch_dim_obj_r_helper(zval *container, zval *dim, zval *result) in zend_jit_fetch_dim_obj_r_helper()
1197 static void ZEND_FASTCALL zend_jit_fetch_dim_obj_is_helper(zval *container, zval *dim, zval *result) in zend_jit_fetch_dim_obj_is_helper()
1224 …end_never_inline void zend_assign_to_string_offset(zval *str, zval *dim, zval *value, zval *result) in zend_assign_to_string_offset()
1375 …id ZEND_FASTCALL zend_jit_fetch_dim_obj_helper(zval *object_ptr, zval *dim, zval *result, int type) in zend_jit_fetch_dim_obj_helper()
1467 static void ZEND_FASTCALL zend_jit_fetch_dim_obj_w_helper(zval *object_ptr, zval *dim, zval *result) in zend_jit_fetch_dim_obj_w_helper()
1472 …atic void ZEND_FASTCALL zend_jit_fetch_dim_obj_rw_helper(zval *object_ptr, zval *dim, zval *result) in zend_jit_fetch_dim_obj_rw_helper()
1482 …id ZEND_FASTCALL zend_jit_assign_dim_helper(zval *object_ptr, zval *dim, zval *value, zval *result) in zend_jit_assign_dim_helper()
1675 static void ZEND_FASTCALL zend_jit_fast_concat_helper(zval *result, zval *op1, zval *op2) in zend_jit_fast_concat_helper()
1698 static void ZEND_FASTCALL zend_jit_fast_concat_tmp_helper(zval *result, zval *op1, zval *op2) in zend_jit_fast_concat_tmp_helper()
1853 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_r_slow() local
1871 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_r_dynamic() local
1909 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_is_slow() local
1927 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_is_dynamic() local
2007 zval *result, zval *ptr, zend_object *obj, zend_property_info *prop_info, uint32_t flags) in zend_handle_fetch_obj_flags()
2057 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_w_slow() local
2108 zval *result = EX_VAR(opline->result.var); in zend_jit_check_array_promotion() local
2127 …tic void ZEND_FASTCALL zend_jit_create_typed_ref(zval *val, zend_property_info *prop, zval *result) in zend_jit_create_typed_ref()
2193 …end_jit_assign_to_typed_ref2_helper(zend_reference *ref, zval *value, zval *result, uint8_t value_… in zend_jit_assign_to_typed_ref2_helper()
2207 …* ZEND_FASTCALL zend_jit_assign_const_to_typed_ref2(zend_reference *ref, zval *value, zval *result) in zend_jit_assign_const_to_typed_ref2()
2212 …al* ZEND_FASTCALL zend_jit_assign_tmp_to_typed_ref2(zend_reference *ref, zval *value, zval *result) in zend_jit_assign_tmp_to_typed_ref2()
2217 …al* ZEND_FASTCALL zend_jit_assign_var_to_typed_ref2(zend_reference *ref, zval *value, zval *result) in zend_jit_assign_var_to_typed_ref2()
2222 …val* ZEND_FASTCALL zend_jit_assign_cv_to_typed_ref2(zend_reference *ref, zval *value, zval *result) in zend_jit_assign_cv_to_typed_ref2()
2537 …sign_obj_helper(zend_object *zobj, zend_string *name, zval *value, void **cache_slot, zval *result) in zend_jit_assign_obj_helper()
2553 …d_jit_assign_to_typed_prop(zval *property_val, zend_property_info *info, zval *value, zval *result) in zend_jit_assign_to_typed_prop()
2785 …ND_FASTCALL zend_jit_pre_inc_typed_prop(zval *var_ptr, zend_property_info *prop_info, zval *result) in zend_jit_pre_inc_typed_prop()
2792 …ND_FASTCALL zend_jit_pre_dec_typed_prop(zval *var_ptr, zend_property_info *prop_info, zval *result) in zend_jit_pre_dec_typed_prop()
2799 …D_FASTCALL zend_jit_post_inc_typed_prop(zval *var_ptr, zend_property_info *prop_info, zval *result) in zend_jit_post_inc_typed_prop()
2834 …D_FASTCALL zend_jit_post_dec_typed_prop(zval *var_ptr, zend_property_info *prop_info, zval *result) in zend_jit_post_dec_typed_prop()
2869 … zend_jit_pre_inc_obj_helper(zend_object *zobj, zend_string *name, void **cache_slot, zval *result) in zend_jit_pre_inc_obj_helper()
2939 … zend_jit_pre_dec_obj_helper(zend_object *zobj, zend_string *name, void **cache_slot, zval *result) in zend_jit_pre_dec_obj_helper()
3009 …zend_jit_post_inc_obj_helper(zend_object *zobj, zend_string *name, void **cache_slot, zval *result) in zend_jit_post_inc_obj_helper()
3070 …zend_jit_post_dec_obj_helper(zend_object *zobj, zend_string *name, void **cache_slot, zval *result) in zend_jit_post_dec_obj_helper()