Lines Matching refs:HT_IS_PACKED

401 			ZEND_ASSERT(HT_IS_PACKED(ht));  in zend_hash_extend()
408 ZEND_ASSERT(!HT_IS_PACKED(ht)); in zend_hash_extend()
430 ZEND_ASSERT(!HT_IS_PACKED(ht)); in zend_hash_discard()
485 if (HT_IS_PACKED(ht)) { in _zend_hash_get_valid_pos()
1029 if (HT_IS_PACKED(ht)) { in _zend_hash_index_add_or_update_i()
1179 ZEND_ASSERT(!HT_IS_PACKED(ht)); in zend_hash_set_bucket_key()
1238 ZEND_ASSERT(!HT_IS_PACKED(ht)); in zend_hash_do_resize()
1459 ZEND_ASSERT(HT_IS_PACKED(ht)); in zend_hash_packed_del_val()
1468 ZEND_ASSERT(!HT_IS_PACKED(ht)); in zend_hash_del_bucket()
1640 if (HT_IS_PACKED(ht)) { in zend_hash_index_del()
1671 if (HT_IS_PACKED(ht)) { in zend_hash_destroy()
1764 if (HT_IS_PACKED(ht)) { in zend_array_destroy()
1813 if (HT_IS_PACKED(ht)) { in zend_hash_clean()
1892 ZEND_ASSERT(!HT_IS_PACKED(ht)); in zend_symtable_clean()
1931 if (HT_IS_PACKED(ht)) { in zend_hash_graceful_destroy()
1961 if (HT_IS_PACKED(ht)) { in zend_hash_graceful_reverse_destroy()
2003 if (HT_IS_PACKED(ht)) { in zend_hash_apply()
2043 if (HT_IS_PACKED(ht)) { in zend_hash_apply_with_argument()
2084 if (HT_IS_PACKED(ht)) { in zend_hash_apply_with_arguments()
2138 if (HT_IS_PACKED(ht)) { in zend_hash_reverse_apply()
2187 if (HT_IS_PACKED(source)) { in zend_hash_copy()
2357 if (HT_IS_PACKED(source)) { in zend_array_dup()
2366 } else if (HT_IS_PACKED(source)) { in zend_array_dup()
2448 if (HT_IS_PACKED(source)) { in zend_hash_merge()
2484 if (HT_IS_PACKED(source)) { in zend_hash_merge()
2543 ZEND_ASSERT(!HT_IS_PACKED(source)); in zend_hash_merge_ex()
2597 if (HT_IS_PACKED(ht)) { in zend_hash_index_find()
2617 ZEND_ASSERT(!HT_IS_PACKED(ht)); in _zend_hash_index_find()
2642 if (HT_IS_PACKED(ht)) { in zend_hash_internal_pointer_end_ex()
2672 if (HT_IS_PACKED(ht)) { in zend_hash_move_forward_ex()
2710 if (HT_IS_PACKED(ht)) { in zend_hash_move_backwards_ex()
2744 if (HT_IS_PACKED(ht)) { in zend_hash_get_current_key_ex()
2770 if (HT_IS_PACKED(ht)) { in zend_hash_get_current_key_zval_ex()
2791 if (HT_IS_PACKED(ht)) { in zend_hash_get_current_key_type_ex()
2813 if (HT_IS_PACKED(ht)) { in zend_hash_get_current_data_ex()
2879 if (HT_IS_PACKED(ht)) { in zend_hash_sort_ex()
2914 (HT_IS_PACKED(ht) ? zend_hash_bucket_packed_swap : zend_hash_bucket_swap))); in zend_hash_sort_ex()
2930 if (HT_IS_PACKED(ht)) { in zend_hash_sort_ex()
2971 if (HT_IS_PACKED(ht1)) { in zend_hash_compare_impl()
2984 if (HT_IS_PACKED(ht2)) { in zend_hash_compare_impl()
3098 if (HT_IS_PACKED(ht)) { in zend_hash_minmax()
3203 if (UNEXPECTED(HT_IS_PACKED(ht))) { in zend_symtable_to_proptable()
3256 if (!HT_IS_PACKED(ht)) { in zend_proptable_to_symtable()