Home
last modified time | relevance | path

Searched refs:GC_TYPE (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/
H A Dzend_gc.c444 if (GC_TYPE(ref) == IS_OBJECT) { in gc_trace_ref()
460 GC_TYPE(ref) == IS_REFERENCE in gc_trace_ref()
659 ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); in gc_possible_root_when_full()
718 ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); in gc_possible_root()
752 ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); in gc_extra_root()
805 if (GC_TYPE(ref) == IS_OBJECT) { in gc_scan_black()
1006 if (GC_TYPE(ref) == IS_OBJECT) { in gc_mark_grey()
1253 if (GC_TYPE(ref) == IS_OBJECT) { in gc_scan()
1452 if (GC_TYPE(ref) == IS_OBJECT) { in gc_collect_white()
1693 if (GC_TYPE(ref) == IS_OBJECT) { in gc_remove_nested_data_from_buffer()
[all …]
H A Dzend_variables.c56 ZEND_ASSERT(GC_TYPE(p) <= IS_CONSTANT_AST); in rc_dtor_func()
57 zend_rc_dtor_func[GC_TYPE(p)](p); in rc_dtor_func()
H A Dzend_objects_API.c165 if (UNEXPECTED(GC_TYPE(object) == IS_NULL)) { in zend_objects_store_del()
H A Dzend_objects.c56 && EXPECTED(GC_TYPE(object->properties) != IS_NULL)) { in zend_object_dtor_dynamic_properties()
H A Dzend_types.h755 #define GC_TYPE(p) zval_gc_type(GC_TYPE_INFO(p)) macro
766 #define Z_GC_TYPE(zval) GC_TYPE(Z_COUNTED(zval))
1454 || GC_TYPE(_gc) == IS_OBJECT)) { \

Completed in 24 milliseconds