Lines Matching refs:ZEND_FASTCALL

30 static zend_never_inline zend_function* ZEND_FASTCALL _zend_jit_init_func_run_time_cache(zend_op_ar…  in _zend_jit_init_func_run_time_cache()
41 static zend_never_inline zend_op_array* ZEND_FASTCALL zend_jit_init_func_run_time_cache_helper(zend… in zend_jit_init_func_run_time_cache_helper()
54 static zend_function* ZEND_FASTCALL zend_jit_find_func_helper(zend_string *name, void **cache_slot) in zend_jit_find_func_helper()
70 static uint32_t ZEND_FASTCALL zend_jit_jmp_frameless_helper(zval *func_name, void **cache_slot) in zend_jit_jmp_frameless_helper()
78 static zend_function* ZEND_FASTCALL zend_jit_find_ns_func_helper(zval *func_name, void **cache_slot) in zend_jit_find_ns_func_helper()
97 static ZEND_COLD void ZEND_FASTCALL zend_jit_invalid_method_call(zval *object) in zend_jit_invalid_method_call()
116 static ZEND_COLD void ZEND_FASTCALL zend_jit_invalid_method_call_tmp(zval *object) in zend_jit_invalid_method_call_tmp()
125 static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_undefined_method(const zend_class_entry … in zend_undefined_method()
130 static void ZEND_FASTCALL zend_jit_unref_helper(zval *zv) in zend_jit_unref_helper()
144 static zend_function* ZEND_FASTCALL zend_jit_find_method_helper(zend_object *obj, zval *function_na… in zend_jit_find_method_helper()
174 static zend_function* ZEND_FASTCALL zend_jit_find_method_tmp_helper(zend_object *obj, zval *functio… in zend_jit_find_method_tmp_helper()
192 static zend_execute_data* ZEND_FASTCALL zend_jit_push_static_metod_call_frame(zend_object *obj, zen… in zend_jit_push_static_metod_call_frame()
199 static zend_execute_data* ZEND_FASTCALL zend_jit_push_static_metod_call_frame_tmp(zend_object *obj,… in zend_jit_push_static_metod_call_frame_tmp()
213 static zend_execute_data* ZEND_FASTCALL zend_jit_extend_stack_helper(uint32_t used_stack, zend_func… in zend_jit_extend_stack_helper()
221 static zend_execute_data* ZEND_FASTCALL zend_jit_int_extend_stack_helper(uint32_t used_stack) in zend_jit_int_extend_stack_helper()
228 static zval* ZEND_FASTCALL zend_jit_symtable_find(HashTable *ht, zend_string *str) in zend_jit_symtable_find()
253 static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw_no_packed(HashTable *ht, zend_long idx) in zend_jit_hash_index_lookup_rw_no_packed()
266 static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw(HashTable *ht, zend_long idx) in zend_jit_hash_index_lookup_rw()
276 static zval* ZEND_FASTCALL zend_jit_hash_lookup_rw(HashTable *ht, zend_string *str) in zend_jit_hash_lookup_rw()
286 static zval* ZEND_FASTCALL zend_jit_symtable_lookup_rw(HashTable *ht, zend_string *str) in zend_jit_symtable_lookup_rw()
321 static zval* ZEND_FASTCALL zend_jit_symtable_lookup_w(HashTable *ht, zend_string *str) in zend_jit_symtable_lookup_w()
346 static int ZEND_FASTCALL zend_jit_undefined_op_helper(uint32_t var) in zend_jit_undefined_op_helper()
355 static int ZEND_FASTCALL zend_jit_undefined_op_helper_write(HashTable *ht, uint32_t var) in zend_jit_undefined_op_helper_write()
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()
659 static int ZEND_FASTCALL zend_jit_fetch_dim_isset_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_isset_helper()
763 static zval* ZEND_FASTCALL zend_jit_fetch_dim_rw_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_rw_helper()
895 static zval* ZEND_FASTCALL zend_jit_fetch_dim_w_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_w_helper()
1089 static zend_string* ZEND_FASTCALL zend_jit_fetch_dim_str_offset_r_helper(zend_string *str, zend_lon… in zend_jit_fetch_dim_str_offset_r_helper()
1094 static zend_string* ZEND_FASTCALL zend_jit_fetch_dim_str_r_helper(zend_string *str, zval *dim) in zend_jit_fetch_dim_str_r_helper()
1117 static void ZEND_FASTCALL zend_jit_fetch_dim_str_is_helper(zend_string *str, zval *dim, zval *resul… 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()
1375 static zend_always_inline void ZEND_FASTCALL zend_jit_fetch_dim_obj_helper(zval *object_ptr, zval *… 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 static void ZEND_FASTCALL zend_jit_fetch_dim_obj_rw_helper(zval *object_ptr, zval *dim, zval *resul… in zend_jit_fetch_dim_obj_rw_helper()
1482 static void ZEND_FASTCALL zend_jit_assign_dim_helper(zval *object_ptr, zval *dim, zval *value, zval… in zend_jit_assign_dim_helper()
1573 static void ZEND_FASTCALL zend_jit_assign_dim_op_helper(zval *container, zval *dim, zval *value, bi… in zend_jit_assign_dim_op_helper()
1639 static void ZEND_FASTCALL zend_jit_fast_assign_concat_helper(zval *op1, zval *op2) in zend_jit_fast_assign_concat_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()
1734 static int ZEND_FASTCALL zend_jit_isset_dim_helper(zval *container, zval *offset) in zend_jit_isset_dim_helper()
1768 static void ZEND_FASTCALL zend_jit_free_call_frame(zend_execute_data *call) in zend_jit_free_call_frame()
1773 static zend_reference* ZEND_FASTCALL zend_jit_fetch_global_helper(zend_string *varname, void **cach… in zend_jit_fetch_global_helper()
1825 static bool ZEND_FASTCALL zend_jit_verify_arg_slow(zval *arg, zend_arg_info *arg_info) in zend_jit_verify_arg_slow()
1839 static void ZEND_FASTCALL zend_jit_verify_return_slow(zval *arg, const zend_op_array *op_array, zen… in zend_jit_verify_return_slow()
1847 static void ZEND_FASTCALL zend_jit_fetch_obj_r_slow(zend_object *zobj) in zend_jit_fetch_obj_r_slow()
1864 static void ZEND_FASTCALL zend_jit_fetch_obj_r_dynamic(zend_object *zobj, intptr_t prop_offset) in zend_jit_fetch_obj_r_dynamic()
1903 static void ZEND_FASTCALL zend_jit_fetch_obj_is_slow(zend_object *zobj) in zend_jit_fetch_obj_is_slow()
1920 static void ZEND_FASTCALL zend_jit_fetch_obj_is_dynamic(zend_object *zobj, intptr_t prop_offset) in zend_jit_fetch_obj_is_dynamic()
2051 static void ZEND_FASTCALL zend_jit_fetch_obj_w_slow(zend_object *zobj) in zend_jit_fetch_obj_w_slow()
2104 static void ZEND_FASTCALL zend_jit_check_array_promotion(zval *val, zend_property_info *prop) in zend_jit_check_array_promotion()
2127 static void ZEND_FASTCALL zend_jit_create_typed_ref(zval *val, zend_property_info *prop, zval *resu… in zend_jit_create_typed_ref()
2136 static void ZEND_FASTCALL zend_jit_extract_helper(zend_refcounted *garbage) in zend_jit_extract_helper()
2148 static void ZEND_FASTCALL zend_jit_vm_stack_free_args_helper(zend_execute_data *call) in zend_jit_vm_stack_free_args_helper()
2161 static zval* ZEND_FASTCALL zend_jit_assign_const_to_typed_ref(zend_reference *ref, zval *value) in zend_jit_assign_const_to_typed_ref()
2166 static zval* ZEND_FASTCALL zend_jit_assign_tmp_to_typed_ref(zend_reference *ref, zval *value) in zend_jit_assign_tmp_to_typed_ref()
2171 static zval* ZEND_FASTCALL zend_jit_assign_var_to_typed_ref(zend_reference *ref, zval *value) in zend_jit_assign_var_to_typed_ref()
2176 static zval* ZEND_FASTCALL zend_jit_assign_cv_to_typed_ref(zend_reference *ref, zval *value) in zend_jit_assign_cv_to_typed_ref()
2207 static zval* ZEND_FASTCALL zend_jit_assign_const_to_typed_ref2(zend_reference *ref, zval *value, zv… in zend_jit_assign_const_to_typed_ref2()
2212 static zval* ZEND_FASTCALL zend_jit_assign_tmp_to_typed_ref2(zend_reference *ref, zval *value, zval… in zend_jit_assign_tmp_to_typed_ref2()
2217 static zval* ZEND_FASTCALL zend_jit_assign_var_to_typed_ref2(zend_reference *ref, zval *value, zval… in zend_jit_assign_var_to_typed_ref2()
2222 static zval* ZEND_FASTCALL zend_jit_assign_cv_to_typed_ref2(zend_reference *ref, zval *value, zval … in zend_jit_assign_cv_to_typed_ref2()
2274 static void ZEND_FASTCALL zend_jit_pre_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_inc_typed_ref()
2300 static void ZEND_FASTCALL zend_jit_pre_dec_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_dec_typed_ref()
2326 static void ZEND_FASTCALL zend_jit_post_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_post_inc_typed_ref()
2345 static void ZEND_FASTCALL zend_jit_post_dec_typed_ref(zend_reference *ref, zval *ret) in zend_jit_post_dec_typed_ref()
2364 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()
2384 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()
2398 static void ZEND_FASTCALL zend_jit_only_vars_by_reference(zval *arg) in zend_jit_only_vars_by_reference()
2404 static void ZEND_FASTCALL zend_jit_invalid_array_access(zval *container) in zend_jit_invalid_array_access()
2409 static void ZEND_FASTCALL zend_jit_invalid_property_read(zval *container, const char *property_name) in zend_jit_invalid_property_read()
2414 static void ZEND_FASTCALL zend_jit_invalid_property_write(zval *container, const char *property_nam… in zend_jit_invalid_property_write()
2421 static void ZEND_FASTCALL zend_jit_invalid_property_incdec(zval *container, const char *property_na… in zend_jit_invalid_property_incdec()
2442 static void ZEND_FASTCALL zend_jit_invalid_property_assign(zval *container, const char *property_na… in zend_jit_invalid_property_assign()
2449 static void ZEND_FASTCALL zend_jit_invalid_property_assign_op(zval *container, const char *property… in zend_jit_invalid_property_assign_op()
2459 static zval * ZEND_FASTCALL zend_jit_prepare_assign_dim_ref(zval *ref) { in zend_jit_prepare_assign_dim_ref()
2479 static void ZEND_FASTCALL zend_jit_pre_inc(zval *var_ptr, zval *ret) in zend_jit_pre_inc()
2485 static void ZEND_FASTCALL zend_jit_pre_dec(zval *var_ptr, zval *ret) in zend_jit_pre_dec()
2493 static zend_never_inline void ZEND_FASTCALL _zend_hash_iterators_remove(HashTable *ht) in _zend_hash_iterators_remove()
2506 static void ZEND_FASTCALL zend_jit_array_free(HashTable *ht) in zend_jit_array_free()
2518 static HashTable *ZEND_FASTCALL zend_jit_zval_array_dup(zval *arr) in zend_jit_zval_array_dup()
2529 static zend_array *ZEND_FASTCALL zend_jit_add_arrays_helper(zend_array *op1, zend_array *op2) in zend_jit_add_arrays_helper()
2537 static void ZEND_FASTCALL zend_jit_assign_obj_helper(zend_object *zobj, zend_string *name, zval *va… in zend_jit_assign_obj_helper()
2553 static void ZEND_FASTCALL zend_jit_assign_to_typed_prop(zval *property_val, zend_property_info *inf… in zend_jit_assign_to_typed_prop()
2623 static void ZEND_FASTCALL zend_jit_assign_op_to_typed_prop(zval *zptr, zend_property_info *prop_inf… in zend_jit_assign_op_to_typed_prop()
2651 static void ZEND_FASTCALL zend_jit_assign_obj_op_helper(zend_object *zobj, zend_string *name, zval … in zend_jit_assign_obj_op_helper()
2719 static void ZEND_FASTCALL zend_jit_inc_typed_prop(zval *var_ptr, zend_property_info *prop_info) in zend_jit_inc_typed_prop()
2752 static void ZEND_FASTCALL zend_jit_dec_typed_prop(zval *var_ptr, zend_property_info *prop_info) in zend_jit_dec_typed_prop()
2785 static void ZEND_FASTCALL zend_jit_pre_inc_typed_prop(zval *var_ptr, zend_property_info *prop_info,… in zend_jit_pre_inc_typed_prop()
2792 static void ZEND_FASTCALL zend_jit_pre_dec_typed_prop(zval *var_ptr, zend_property_info *prop_info,… in zend_jit_pre_dec_typed_prop()
2799 static void ZEND_FASTCALL zend_jit_post_inc_typed_prop(zval *var_ptr, zend_property_info *prop_info… in zend_jit_post_inc_typed_prop()
2834 static void ZEND_FASTCALL zend_jit_post_dec_typed_prop(zval *var_ptr, zend_property_info *prop_info… in zend_jit_post_dec_typed_prop()
2869 static void ZEND_FASTCALL zend_jit_pre_inc_obj_helper(zend_object *zobj, zend_string *name, void **… in zend_jit_pre_inc_obj_helper()
2939 static void ZEND_FASTCALL zend_jit_pre_dec_obj_helper(zend_object *zobj, zend_string *name, void **… in zend_jit_pre_dec_obj_helper()
3009 static void ZEND_FASTCALL zend_jit_post_inc_obj_helper(zend_object *zobj, zend_string *name, void *… in zend_jit_post_inc_obj_helper()
3070 static void ZEND_FASTCALL zend_jit_post_dec_obj_helper(zend_object *zobj, zend_string *name, void *… in zend_jit_post_dec_obj_helper()
3131 static void ZEND_FASTCALL zend_jit_free_trampoline_helper(zend_function *func) in zend_jit_free_trampoline_helper()
3138 static void ZEND_FASTCALL zend_jit_exception_in_interrupt_handler_helper(void) in zend_jit_exception_in_interrupt_handler_helper()
3155 static zend_string* ZEND_FASTCALL zend_jit_rope_end(zend_string **rope, uint32_t count) in zend_jit_rope_end()