Home
last modified time | relevance | path

Searched refs:zend_never_inline (Results 1 – 23 of 23) sorted by relevance

/php-src/Zend/
H A Dzend_execute.c273 static zend_never_inline ZEND_COLD zval* zval_undefined_cv(uint32_t var EXECUTE_DATA_DC) in zval_undefined_cv()
282 static zend_never_inline ZEND_COLD zval* ZEND_FASTCALL _zval_undefined_op1(EXECUTE_DATA_D) in _zval_undefined_op1()
630 static zend_never_inline ZEND_COLD void zend_throw_access_uninit_prop_by_ref_error( in zend_throw_access_uninit_prop_by_ref_error()
2287 static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_use_scalar_as_array(void) in zend_use_scalar_as_array()
2292 ZEND_API zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_cannot_add_element(void) in zend_cannot_add_element()
2310 static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_call_stack_size_error(void) in zend_call_stack_size_error()
3111 static zend_never_inline bool zend_handle_fetch_obj_flags( in zend_handle_fetch_obj_flags()
3778 static zend_never_inline void zend_fetch_this_var(int type OPLINE_DC EXECUTE_DATA_DC) in zend_fetch_this_var()
3932 static zend_never_inline void zend_copy_extra_args(EXECUTE_DATA_D) in zend_copy_extra_args()
5036 static zend_never_inline void ZEND_FASTCALL zend_quick_get_constant( in zend_quick_get_constant()
[all …]
H A Dzend_portability.h358 # define zend_never_inline macro
363 # define zend_never_inline __attribute__((noinline)) macro
366 # define zend_never_inline macro
370 # define zend_never_inline __declspec(noinline) macro
378 # define zend_never_inline __attribute__((noinline)) macro
380 # define zend_never_inline macro
H A Dzend_gdb.c57 ZEND_API zend_never_inline void __jit_debug_register_code(void) in __jit_debug_register_code()
H A Dzend_object_handlers.c240 static zend_never_inline int is_protected_compatible_scope(const zend_class_entry *ce, const zend_c… in is_protected_compatible_scope()
272 static ZEND_COLD zend_never_inline void zend_bad_property_name(void) /* {{{ */ in zend_bad_property_name()
278 static ZEND_COLD zend_never_inline void zend_forbidden_dynamic_property( in zend_forbidden_dynamic_property()
284 static ZEND_COLD zend_never_inline bool zend_deprecated_dynamic_property( in zend_deprecated_dynamic_property()
302 static ZEND_COLD zend_never_inline void zend_readonly_property_modification_scope_error( in zend_readonly_property_modification_scope_error()
309 static ZEND_COLD zend_never_inline void zend_readonly_property_unset_error( in zend_readonly_property_unset_error()
981 static ZEND_COLD zend_never_inline void zend_bad_array_access(zend_class_entry *ce) /* {{{ */ in zend_bad_array_access()
1272 static zend_never_inline zend_function *zend_get_parent_private_method(zend_class_entry *scope, zen… in zend_get_parent_private_method()
1385 static ZEND_COLD zend_never_inline void zend_bad_method_call(zend_function *fbc, zend_string *metho… in zend_bad_method_call()
1395 static ZEND_COLD zend_never_inline void zend_abstract_method_call(zend_function *fbc) /* {{{ */ in zend_abstract_method_call()
[all …]
H A Dzend_objects_API.c131 static ZEND_COLD zend_never_inline void ZEND_FASTCALL zend_objects_store_put_cold(zend_object *obje… in zend_objects_store_put_cold()
H A Dzend_string.c402 ZEND_API zend_never_inline NOIPA bool ZEND_FASTCALL zend_string_equal_val(const zend_string *s1, co… in zend_string_equal_val()
440 ZEND_API zend_never_inline NOIPA bool ZEND_FASTCALL zend_string_equal_val(const zend_string *s1, co… in zend_string_equal_val()
H A Dzend_operators.c292 static zend_never_inline zval* ZEND_FASTCALL _zendi_convert_scalar_to_number_silent(zval *op, zval … in _zendi_convert_scalar_to_number_silent()
325 static zend_never_inline zend_result ZEND_FASTCALL _zendi_try_convert_scalar_to_number(zval *op, zv… in _zendi_try_convert_scalar_to_number()
378 static zend_never_inline zend_long ZEND_FASTCALL zendi_try_get_long(const zval *op, bool *failed) /… in zendi_try_get_long()
1065 static ZEND_COLD zend_never_inline void ZEND_FASTCALL zend_binop_error(const char *operator, zval *… in zend_binop_error()
1075 static zend_never_inline void ZEND_FASTCALL add_function_array(zval *result, zval *op1, zval *op2) … in add_function_array()
1114 static zend_never_inline zend_result ZEND_FASTCALL add_function_slow(zval *result, zval *op1, zval … in add_function_slow()
1178 static zend_never_inline zend_result ZEND_FASTCALL sub_function_slow(zval *result, zval *op1, zval … in sub_function_slow()
1247 static zend_never_inline zend_result ZEND_FASTCALL mul_function_slow(zval *result, zval *op1, zval … in mul_function_slow()
H A Dzend_alloc.c1109 static zend_never_inline void *zend_mm_alloc_large(zend_mm_heap *heap, size_t size ZEND_FILE_LINE_D…
1114 static zend_never_inline void *zend_mm_alloc_large(zend_mm_heap *heap, size_t size ZEND_FILE_LINE_D…
1172 static zend_never_inline void zend_mm_free_pages(zend_mm_heap *heap, zend_mm_chunk *chunk, int page…
1251 static zend_never_inline void *zend_mm_alloc_small_slow(zend_mm_heap *heap, uint32_t bin_num ZEND_F…
1473 static zend_never_inline void *zend_mm_realloc_slow(zend_mm_heap *heap, void *ptr, size_t size, siz…
1491 static zend_never_inline void *zend_mm_realloc_huge(zend_mm_heap *heap, void *ptr, size_t size, siz…
H A Dzend_gc.c322 static zend_never_inline gc_stack* gc_stack_next(gc_stack *stack) in gc_stack_next()
634 static zend_never_inline void ZEND_FASTCALL gc_possible_root_when_full(zend_refcounted *ref) in gc_possible_root_when_full()
747 static zend_never_inline void ZEND_FASTCALL gc_remove_compressed(zend_refcounted *ref, uint32_t idx) in gc_remove_compressed()
H A Dzend_vm_execute.h1120 static zend_never_inline ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_leave_helper_SPEC(ZEND_OPCODE_H… in zend_leave_helper_SPEC()
2838 static zend_never_inline ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_fe_fetch_object_helper_SPEC(ZEN… in zend_fe_fetch_object_helper_SPEC()
3756 static zend_never_inline ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_interrupt_helper_SPEC(ZEND_OPCO… in zend_interrupt_helper_SPEC()
21764 static zend_never_inline ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_pre_inc_helper_SPEC_VAR(ZEND_OP… in zend_pre_inc_helper_SPEC_VAR()
21833 static zend_never_inline ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_pre_dec_helper_SPEC_VAR(ZEND_OP… in zend_pre_dec_helper_SPEC_VAR()
21903 static zend_never_inline ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_post_inc_helper_SPEC_VAR(ZEND_O… in zend_post_inc_helper_SPEC_VAR()
21951 static zend_never_inline ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_post_dec_helper_SPEC_VAR(ZEND_O… in zend_post_dec_helper_SPEC_VAR()
39139 static zend_never_inline ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_pre_inc_helper_SPEC_CV(ZEND_OPC… in zend_pre_inc_helper_SPEC_CV()
39207 static zend_never_inline ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_pre_dec_helper_SPEC_CV(ZEND_OPC… in zend_pre_dec_helper_SPEC_CV()
39276 static zend_never_inline ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_post_inc_helper_SPEC_CV(ZEND_OP… in zend_post_inc_helper_SPEC_CV()
[all …]
H A Dzend_hash.c669 static zend_never_inline void ZEND_FASTCALL _zend_hash_iterators_remove(HashTable *ht) in _zend_hash_iterators_remove()
H A Dzend_compile.c104 zend_never_inline static void zend_stack_limit_error(void) in zend_stack_limit_error()
1212 static zend_never_inline ZEND_COLD ZEND_NORETURN void do_bind_function_error(zend_string *lcname, z… in do_bind_function_error()
/php-src/ext/ctype/
H A Dctype.c63 static zend_never_inline void ctype_fallback(zval *c, zval *return_value, int (*iswhat)(int), bool … in ctype_fallback()
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c195 static zend_never_inline void zend_accel_function_hash_copy_notify(HashTable *target, HashTable *so… in zend_accel_function_hash_copy_notify()
256 static zend_never_inline void zend_accel_class_hash_copy_notify(HashTable *target, HashTable *sourc… in zend_accel_class_hash_copy_notify()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c30 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()
125 static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_undefined_method(const zend_class_entry … in zend_undefined_method()
1028 static zend_never_inline zend_long zend_check_string_offset(zval *dim, int type) in zend_check_string_offset()
1224 static zend_never_inline void zend_assign_to_string_offset(zval *str, zval *dim, zval *value, zval … in zend_assign_to_string_offset()
2091 static zend_never_inline ZEND_COLD void zend_throw_auto_init_in_prop_error(zend_property_info *prop… in zend_throw_auto_init_in_prop_error()
2102 static zend_never_inline ZEND_COLD void zend_throw_access_uninit_prop_by_ref_error( in zend_throw_access_uninit_prop_by_ref_error()
2110 static zend_never_inline bool zend_handle_fetch_obj_flags( in zend_handle_fetch_obj_flags()
2597 static zend_never_inline void ZEND_FASTCALL _zend_hash_iterators_remove(HashTable *ht) in _zend_hash_iterators_remove()
2700 static zend_never_inline void _zend_jit_assign_op_overloaded_property(zend_object *object, zend_str… in _zend_jit_assign_op_overloaded_property()
H A Dzend_jit_ir.c3165 static zend_never_inline void zend_jit_set_sp_adj_vm(void) in zend_jit_set_sp_adj_vm()
/php-src/ext/intl/uchar/
H A Duchar.c40 static zend_never_inline int parse_code_point_param(INTERNAL_FUNCTION_PARAMETERS, UChar32 *cp) { in parse_code_point_param()
/php-src/ext/json/
H A Djson_encoder.c72 zend_never_inline
/php-src/ext/standard/
H A Darray.c89 static zend_never_inline ZEND_COLD int stable_sort_fallback(Bucket *a, Bucket *b) { in stable_sort_fallback()
109 static zend_never_inline int php_array_##name##_unstable(Bucket *a, Bucket *b) { \
112 static zend_never_inline int php_array_##name(Bucket *a, Bucket *b) { \
115 static zend_never_inline int php_array_reverse_##name##_unstable(Bucket *a, Bucket *b) { \
118 static zend_never_inline int php_array_reverse_##name(Bucket *a, Bucket *b) { \
H A Dvar_unserializer.re146 static zend_never_inline void var_push_dtor_value(php_unserialize_data_t *var_hashx, zval *rval)
/php-src/ext/ffi/
H A Dffi.c490 static zend_never_inline zend_ffi_cdata *zend_ffi_cdata_to_zval_slow(void *ptr, zend_ffi_type *type… in zend_ffi_cdata_to_zval_slow()
506 static zend_never_inline zend_ffi_cdata *zend_ffi_cdata_to_zval_slow_ptr(void *ptr, zend_ffi_type *… in zend_ffi_cdata_to_zval_slow_ptr()
519 static zend_never_inline zend_ffi_cdata *zend_ffi_cdata_to_zval_slow_ret(void *ptr, zend_ffi_type *… in zend_ffi_cdata_to_zval_slow_ret()
2940 static zend_never_inline int zend_ffi_disabled(void) /* {{{ */ in zend_ffi_disabled()
5072 static ZEND_COLD zend_never_inline void zend_bad_array_access(zend_class_entry *ce) /* {{{ */ in zend_bad_array_access()
5104 static ZEND_COLD zend_never_inline void zend_bad_property_access(zend_class_entry *ce) /* {{{ */ in zend_bad_property_access()
5176 static ZEND_COLD zend_never_inline void zend_ffi_use_after_free(void) /* {{{ */ in zend_ffi_use_after_free()
/php-src/ext/spl/
H A Dspl_array.c109 static zend_never_inline void spl_array_create_ht_iter(HashTable *ht, spl_array_object* intern) /* … in spl_array_create_ht_iter()
/php-src/ext/soap/
H A Dsoap.c1809 static zend_never_inline ZEND_COLD void soap_real_error_handler(int error_num, zend_string *error_f… in soap_real_error_handler()

Completed in 338 milliseconds