Lines Matching defs:ref

93 # define GC_TRACE_REF(ref, format, ...) \  argument
98 # define GC_TRACE_SET_COLOR(ref, color) \ argument
101 # define GC_TRACE_REF(ref, format, ...) argument
102 # define GC_TRACE_SET_COLOR(ref, new_color) argument
107 #define GC_REF_ADDRESS(ref) \ argument
110 #define GC_REF_COLOR(ref) \ argument
113 #define GC_REF_CHECK_COLOR(ref, color) \ argument
116 #define GC_REF_SET_INFO(ref, info) do { \ argument
122 #define GC_REF_SET_COLOR(ref, c) do { \ argument
129 #define GC_REF_SET_BLACK(ref) do { \ argument
134 #define GC_REF_SET_PURPLE(ref) do { \ argument
207 zend_refcounted *ref; member
275 #define GC_STACK_PUSH(ref) \ argument
292 static zend_always_inline void gc_stack_push(gc_stack **stack, size_t *top, zend_refcounted *ref) in gc_stack_push()
335 static zend_always_inline gc_root_buffer* gc_decompress(zend_refcounted *ref, uint32_t idx) in gc_decompress()
392 static void gc_trace_ref(zend_refcounted *ref) { in gc_trace_ref()
583 static zend_never_inline void ZEND_FASTCALL gc_possible_root_when_full(zend_refcounted *ref) in gc_possible_root_when_full()
627 ZEND_API void ZEND_FASTCALL gc_possible_root(zend_refcounted *ref) in gc_possible_root()
663 static zend_never_inline void ZEND_FASTCALL gc_remove_compressed(zend_refcounted *ref, uint32_t idx) in gc_remove_compressed()
669 ZEND_API void ZEND_FASTCALL gc_remove_from_buffer(zend_refcounted *ref) in gc_remove_from_buffer()
692 static void gc_scan_black(zend_refcounted *ref, gc_stack *stack) in gc_scan_black()
814 static void gc_mark_grey(zend_refcounted *ref, gc_stack *stack) in gc_mark_grey()
992 static void gc_scan(zend_refcounted *ref, gc_stack *stack) in gc_scan()
1124 static void gc_add_garbage(zend_refcounted *ref) in gc_add_garbage()
1149 static int gc_collect_white(zend_refcounted *ref, uint32_t *flags, gc_stack *stack) in gc_collect_white()
1292 zend_refcounted *ref; in gc_collect_roots() local
1329 static int gc_remove_nested_data_from_buffer(zend_refcounted *ref, gc_root_buffer *root, gc_stack *… in gc_remove_nested_data_from_buffer()