Lines Matching refs:Z_COUNTED_P

803 						if (GC_REF_CHECK_COLOR(Z_COUNTED_P(weakmap), GC_GREY)) {  in gc_scan_black()
807 if (!GC_REF_ADDRESS(Z_COUNTED_P(weakmap))) { in gc_scan_black()
808 gc_extra_root(Z_COUNTED_P(weakmap)); in gc_scan_black()
817 ZEND_ASSERT(GC_REF_CHECK_COLOR(Z_COUNTED_P(weakmap), GC_BLACK)); in gc_scan_black()
818 ref = Z_COUNTED_P(entry); in gc_scan_black()
840 if (GC_REF_CHECK_COLOR(Z_COUNTED_P(key), GC_GREY)) { in gc_scan_black()
844 if (!GC_REF_ADDRESS(Z_COUNTED_P(key))) { in gc_scan_black()
845 gc_extra_root(Z_COUNTED_P(key)); in gc_scan_black()
854 ZEND_ASSERT(GC_REF_CHECK_COLOR(Z_COUNTED_P(key), GC_BLACK)); in gc_scan_black()
855 ref = Z_COUNTED_P(entry); in gc_scan_black()
877 ref = Z_COUNTED_P(zv); in gc_scan_black()
893 ref = Z_COUNTED_P(zv); in gc_scan_black()
900 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_scan_black()
932 ref = Z_COUNTED_P(zv); in gc_scan_black()
943 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_scan_black()
1004 ref = Z_COUNTED_P(entry); in gc_mark_grey()
1028 ref = Z_COUNTED_P(entry); in gc_mark_grey()
1053 ref = Z_COUNTED_P(zv); in gc_mark_grey()
1068 ref = Z_COUNTED_P(zv); in gc_mark_grey()
1075 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_mark_grey()
1107 ref = Z_COUNTED_P(zv); in gc_mark_grey()
1118 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_mark_grey()
1247 ref = Z_COUNTED_P(entry); in gc_scan()
1266 ref = Z_COUNTED_P(zv); in gc_scan()
1281 ref = Z_COUNTED_P(zv); in gc_scan()
1287 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_scan()
1319 ref = Z_COUNTED_P(zv); in gc_scan()
1329 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_scan()
1459 ref = Z_COUNTED_P(entry); in gc_collect_white()
1480 ref = Z_COUNTED_P(entry); in gc_collect_white()
1501 ref = Z_COUNTED_P(zv); in gc_collect_white()
1517 ref = Z_COUNTED_P(zv); in gc_collect_white()
1524 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_collect_white()
1560 ref = Z_COUNTED_P(zv); in gc_collect_white()
1571 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_collect_white()
1688 ref = Z_COUNTED_P(entry); in gc_remove_nested_data_from_buffer()
1701 ref = Z_COUNTED_P(zv); in gc_remove_nested_data_from_buffer()
1716 ref = Z_COUNTED_P(zv); in gc_remove_nested_data_from_buffer()
1720 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_remove_nested_data_from_buffer()
1747 ref = Z_COUNTED_P(zv); in gc_remove_nested_data_from_buffer()
1755 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_remove_nested_data_from_buffer()
2069 gc_check_possible_root(Z_COUNTED_P(var)); in zend_gc_check_root_tmpvars()
2099 GC_REMOVE_FROM_BUFFER(Z_COUNTED_P(var)); in zend_gc_remove_root_tmpvars()