Lines Matching defs:ref

92 # define GC_TRACE_REF(ref, format, ...) \  argument
97 # define GC_TRACE_SET_COLOR(ref, color) \ argument
100 # define GC_TRACE_REF(ref, format, ...) argument
101 # define GC_TRACE_SET_COLOR(ref, new_color) argument
106 #define GC_REF_ADDRESS(ref) \ argument
109 #define GC_REF_COLOR(ref) \ argument
112 #define GC_REF_CHECK_COLOR(ref, color) \ argument
115 #define GC_REF_SET_INFO(ref, info) do { \ argument
121 #define GC_REF_SET_COLOR(ref, c) do { \ argument
128 #define GC_REF_SET_BLACK(ref) do { \ argument
133 #define GC_REF_SET_PURPLE(ref) do { \ argument
206 zend_refcounted *ref; member
274 #define GC_STACK_PUSH(ref) \ argument
291 static zend_always_inline void gc_stack_push(gc_stack **stack, size_t *top, zend_refcounted *ref) in gc_stack_push()
334 static zend_always_inline gc_root_buffer* gc_decompress(zend_refcounted *ref, uint32_t idx) in gc_decompress()
391 static void gc_trace_ref(zend_refcounted *ref) { in gc_trace_ref()
582 static zend_never_inline void ZEND_FASTCALL gc_possible_root_when_full(zend_refcounted *ref) in gc_possible_root_when_full()
626 ZEND_API void ZEND_FASTCALL gc_possible_root(zend_refcounted *ref) in gc_possible_root()
662 static zend_never_inline void ZEND_FASTCALL gc_remove_compressed(zend_refcounted *ref, uint32_t idx) in gc_remove_compressed()
668 ZEND_API void ZEND_FASTCALL gc_remove_from_buffer(zend_refcounted *ref) in gc_remove_from_buffer()
691 static void gc_scan_black(zend_refcounted *ref, gc_stack *stack) in gc_scan_black()
809 static void gc_mark_grey(zend_refcounted *ref, gc_stack *stack) in gc_mark_grey()
984 static void gc_scan(zend_refcounted *ref, gc_stack *stack) in gc_scan()
1129 static void gc_add_garbage(zend_refcounted *ref) in gc_add_garbage()
1154 static int gc_collect_white(zend_refcounted *ref, uint32_t *flags, gc_stack *stack) in gc_collect_white()
1290 zend_refcounted *ref; in gc_collect_roots() local
1327 static int gc_remove_nested_data_from_buffer(zend_refcounted *ref, gc_root_buffer *root) in gc_remove_nested_data_from_buffer()