Lines Matching refs:IS_OBJECT
434 if (GC_TYPE(ref) == IS_OBJECT) { in gc_trace_ref()
639 ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); in gc_possible_root_when_full()
698 ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); in gc_possible_root()
732 ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); in gc_extra_root()
785 if (GC_TYPE(ref) == IS_OBJECT) { in gc_scan_black()
986 if (GC_TYPE(ref) == IS_OBJECT) { in gc_mark_grey()
1233 if (GC_TYPE(ref) == IS_OBJECT) { in gc_scan()
1432 if (GC_TYPE(ref) == IS_OBJECT) { in gc_collect_white()
1673 if (GC_TYPE(ref) == IS_OBJECT) { in gc_remove_nested_data_from_buffer()
1850 if (GC_TYPE(p) == IS_OBJECT && !(OBJ_FLAGS(p) & IS_OBJ_DESTRUCTOR_CALLED)) { in zend_gc_collect_cycles()
1927 if (GC_TYPE(p) == IS_OBJECT) { in zend_gc_collect_cycles()