Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_portability.h285 # define zend_never_inline macro
290 # define zend_never_inline __attribute__((noinline)) macro
293 # define zend_never_inline macro
297 # define zend_never_inline macro
305 # define zend_never_inline __attribute__((noinline)) macro
307 # define zend_never_inline macro
H A Dzend_execute.c228 static zend_never_inline ZEND_COLD void zval_undefined_cv(uint32_t var, const zend_execute_data *ex… in zval_undefined_cv()
235 static zend_never_inline zval *_get_zval_cv_lookup(zval *ptr, uint32_t var, int type, const zend_ex… in _get_zval_cv_lookup()
1280 static zend_never_inline void zend_binary_assign_op_obj_dim(zval *object, zval *property, zval *val… in zend_binary_assign_op_obj_dim()
1365 static zend_never_inline void zend_post_incdec_overloaded_property(zval *object, zval *property, vo… in zend_post_incdec_overloaded_property()
1410 static zend_never_inline void zend_pre_incdec_overloaded_property(zval *object, zval *property, voi… in zend_pre_incdec_overloaded_property()
1655 static zend_never_inline zend_long zend_check_string_offset(zval *dim, int type) in zend_check_string_offset()
1799 static zend_never_inline void zend_fetch_dimension_address_W(zval *result, zval *container_ptr, zva… in zend_fetch_dimension_address_W()
1804 static zend_never_inline void zend_fetch_dimension_address_RW(zval *result, zval *container_ptr, zv… in zend_fetch_dimension_address_RW()
1809 static zend_never_inline void zend_fetch_dimension_address_UNSET(zval *result, zval *container_ptr,… in zend_fetch_dimension_address_UNSET()
1904 static zend_never_inline void zend_fetch_dimension_address_read_R(zval *result, zval *container, zv… in zend_fetch_dimension_address_read_R()
[all …]
H A Dzend_hash.c432 static zend_never_inline void ZEND_FASTCALL _zend_hash_iterators_remove(HashTable *ht) in _zend_hash_iterators_remove()
H A Dzend_alloc.c1250 static zend_never_inline void *zend_mm_alloc_small_slow(zend_mm_heap *heap, int bin_num ZEND_FILE_L…
/PHP-7.0/ext/spl/
H A Dspl_array.c135 static zend_never_inline void spl_array_create_ht_iter(HashTable *ht, spl_array_object* intern) /* … in spl_array_create_ht_iter()

Completed in 35 milliseconds