Lines Matching defs:stack
322 static zend_never_inline gc_stack* gc_stack_next(gc_stack *stack) in gc_stack_next()
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()
357 static void gc_stack_free(gc_stack *stack) in gc_stack_free()
776 static void gc_scan_black(zend_refcounted *ref, gc_stack *stack) in gc_scan_black()
975 static void gc_mark_grey(zend_refcounted *ref, gc_stack *stack) in gc_mark_grey()
1187 static void gc_mark_roots(gc_stack *stack) in gc_mark_roots()
1206 static void gc_scan(zend_refcounted *ref, gc_stack *stack) in gc_scan()
1359 static void gc_scan_roots(gc_stack *stack) in gc_scan_roots()
1417 static int gc_collect_white(zend_refcounted *ref, uint32_t *flags, gc_stack *stack) in gc_collect_white()
1605 static int gc_collect_roots(uint32_t *flags, gc_stack *stack) in gc_collect_roots()
1645 … int gc_remove_nested_data_from_buffer(zend_refcounted *ref, gc_root_buffer *root, gc_stack *stack) in gc_remove_nested_data_from_buffer()
1797 gc_stack stack; in zend_gc_collect_cycles() local