Lines Matching refs:zend_refcounted
97 gc_trace_ref((zend_refcounted *) ref); \
243 zend_refcounted *ref;
309 zend_refcounted *data[GC_STACK_SEGMENT_SIZE];
333 static zend_always_inline void gc_stack_push(gc_stack **stack, size_t *top, zend_refcounted *ref) in gc_stack_push()
342 static zend_always_inline zend_refcounted* gc_stack_pop(gc_stack **stack, size_t *top) in gc_stack_pop()
376 static zend_always_inline gc_root_buffer* gc_decompress(zend_refcounted *ref, uint32_t idx) in gc_decompress()
433 static void gc_trace_ref(zend_refcounted *ref) { in gc_trace_ref()
634 static zend_never_inline void ZEND_FASTCALL gc_possible_root_when_full(zend_refcounted *ref) in gc_possible_root_when_full()
678 ZEND_API void ZEND_FASTCALL gc_possible_root(zend_refcounted *ref) in gc_possible_root()
714 static void ZEND_FASTCALL gc_extra_root(zend_refcounted *ref) in gc_extra_root()
747 static zend_never_inline void ZEND_FASTCALL gc_remove_compressed(zend_refcounted *ref, uint32_t idx) in gc_remove_compressed()
753 ZEND_API void ZEND_FASTCALL gc_remove_from_buffer(zend_refcounted *ref) in gc_remove_from_buffer()
776 static void gc_scan_black(zend_refcounted *ref, gc_stack *stack) in gc_scan_black()
900 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_scan_black()
943 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_scan_black()
975 static void gc_mark_grey(zend_refcounted *ref, gc_stack *stack) in gc_mark_grey()
1075 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_mark_grey()
1118 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_mark_grey()
1159 zend_refcounted *p; in gc_compact()
1206 static void gc_scan(zend_refcounted *ref, gc_stack *stack) in gc_scan()
1263 GC_STACK_PUSH((zend_refcounted *) ht); in gc_scan()
1287 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_scan()
1329 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_scan()
1392 static void gc_add_garbage(zend_refcounted *ref) in gc_add_garbage()
1417 static int gc_collect_white(zend_refcounted *ref, uint32_t *flags, gc_stack *stack) in gc_collect_white()
1524 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_collect_white()
1571 zend_refcounted *ref = Z_COUNTED_P(zv); in gc_collect_white()
1608 zend_refcounted *ref; in gc_collect_roots()
1645 static int gc_remove_nested_data_from_buffer(zend_refcounted *ref, gc_root_buffer *root, gc_stack *… in gc_remove_nested_data_from_buffer()
1720 zend_refcounted *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()
1794 zend_refcounted *p; in zend_gc_collect_cycles()