Lines Matching refs:ZEND_ASSERT
396 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()
409 ZEND_ASSERT(GC_HAS_UNUSED()); in gc_fetch_unused()
412 ZEND_ASSERT(GC_IS_UNUSED(root->ref)); in gc_fetch_unused()
427 ZEND_ASSERT(GC_HAS_NEXT_UNUSED()); in gc_fetch_next_unused()
659 ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); in gc_possible_root_when_full()
660 ZEND_ASSERT(GC_INFO(ref) == 0); in gc_possible_root_when_full()
718 ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); in gc_possible_root()
719 ZEND_ASSERT(GC_INFO(ref) == 0); in gc_possible_root()
752 ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); in gc_extra_root()
753 ZEND_ASSERT(GC_REF_ADDRESS(ref) == 0); in gc_extra_root()
791 ZEND_ASSERT(idx); in gc_remove_from_buffer()
817 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_scan_black()
820 ZEND_ASSERT(Z_REFCOUNTED_P(weakmap)); in gc_scan_black()
837 ZEND_ASSERT(GC_REF_CHECK_COLOR(Z_COUNTED_P(weakmap), GC_BLACK)); in gc_scan_black()
855 ZEND_ASSERT(Z_TYPE_P(zv+1) == IS_PTR); in gc_scan_black()
874 ZEND_ASSERT(GC_REF_CHECK_COLOR(Z_COUNTED_P(key), GC_BLACK)); in gc_scan_black()
936 ZEND_ASSERT((zend_array*)ref != &EG(symbol_table)); in gc_scan_black()
1018 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_mark_grey()
1021 ZEND_ASSERT(Z_REFCOUNTED_P(weakmap)); in gc_mark_grey()
1044 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_mark_grey()
1111 ZEND_ASSERT(((zend_array*)ref) != &EG(symbol_table)); in gc_mark_grey()
1264 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_scan()
1323 ZEND_ASSERT(ht != &EG(symbol_table)); in gc_scan()
1474 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_collect_white()
1495 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_collect_white()
1653 ZEND_ASSERT(GC_IS_ROOT(ref)); in gc_collect_roots()
1705 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_remove_nested_data_from_buffer()
1877 ZEND_ASSERT(!GC_G(dtor_fiber_running)); in gc_call_destructors_in_fiber()
2244 ZEND_ASSERT(fiber != NULL); in ZEND_FUNCTION()
2245 ZEND_ASSERT(fiber == EG(active_fiber)); in ZEND_FUNCTION()