Lines Matching refs:ZEND_ASSERT
386 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()
399 ZEND_ASSERT(GC_HAS_UNUSED()); in gc_fetch_unused()
402 ZEND_ASSERT(GC_IS_UNUSED(root->ref)); in gc_fetch_unused()
417 ZEND_ASSERT(GC_HAS_NEXT_UNUSED()); in gc_fetch_next_unused()
639 ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); in gc_possible_root_when_full()
640 ZEND_ASSERT(GC_INFO(ref) == 0); in gc_possible_root_when_full()
698 ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); in gc_possible_root()
699 ZEND_ASSERT(GC_INFO(ref) == 0); in gc_possible_root()
732 ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); in gc_extra_root()
733 ZEND_ASSERT(GC_REF_ADDRESS(ref) == 0); in gc_extra_root()
771 ZEND_ASSERT(idx); in gc_remove_from_buffer()
797 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_scan_black()
800 ZEND_ASSERT(Z_REFCOUNTED_P(weakmap)); in gc_scan_black()
817 ZEND_ASSERT(GC_REF_CHECK_COLOR(Z_COUNTED_P(weakmap), GC_BLACK)); in gc_scan_black()
835 ZEND_ASSERT(Z_TYPE_P(zv+1) == IS_PTR); in gc_scan_black()
854 ZEND_ASSERT(GC_REF_CHECK_COLOR(Z_COUNTED_P(key), GC_BLACK)); in gc_scan_black()
916 ZEND_ASSERT((zend_array*)ref != &EG(symbol_table)); in gc_scan_black()
998 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_mark_grey()
1001 ZEND_ASSERT(Z_REFCOUNTED_P(weakmap)); in gc_mark_grey()
1024 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_mark_grey()
1091 ZEND_ASSERT(((zend_array*)ref) != &EG(symbol_table)); in gc_mark_grey()
1244 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_scan()
1303 ZEND_ASSERT(ht != &EG(symbol_table)); in gc_scan()
1454 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_collect_white()
1475 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_collect_white()
1633 ZEND_ASSERT(GC_IS_ROOT(ref)); in gc_collect_roots()
1685 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_remove_nested_data_from_buffer()