Lines Matching refs:GC_IDX2PTR

164 #define GC_IDX2PTR(idx)      (GC_G(buf) + (idx))  macro
336 gc_root_buffer *root = GC_IDX2PTR(idx); in gc_decompress()
345 root = GC_IDX2PTR(idx); in gc_decompress()
359 root = GC_IDX2PTR(idx); in gc_fetch_unused()
613 newRoot = GC_IDX2PTR(idx); in gc_possible_root_when_full()
649 newRoot = GC_IDX2PTR(idx); in gc_possible_root()
687 root = GC_IDX2PTR(idx); in gc_remove_from_buffer()
933 gc_root_buffer *free = GC_IDX2PTR(GC_FIRST_ROOT); in gc_compact()
934 gc_root_buffer *scan = GC_IDX2PTR(GC_G(first_unused) - 1); in gc_compact()
935 gc_root_buffer *end = GC_IDX2PTR(GC_G(num_roots)); in gc_compact()
971 current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_mark_roots()
972 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1115 gc_root_buffer *current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_scan_roots()
1116 gc_root_buffer *last = GC_IDX2PTR(GC_G(first_unused)); in gc_scan_roots()
1146 buf = GC_IDX2PTR(idx); in gc_add_garbage()
1292 gc_root_buffer *current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_collect_roots()
1293 gc_root_buffer *last = GC_IDX2PTR(GC_G(first_unused)); in gc_collect_roots()
1313 current = GC_IDX2PTR(idx); in gc_collect_roots()
1485 current = GC_IDX2PTR(GC_FIRST_ROOT); in zend_gc_collect_cycles()
1508 current = GC_IDX2PTR(GC_FIRST_ROOT); in zend_gc_collect_cycles()
1524 current = GC_IDX2PTR(idx); in zend_gc_collect_cycles()
1554 current = GC_IDX2PTR(idx); in zend_gc_collect_cycles()
1590 current = GC_IDX2PTR(GC_FIRST_ROOT); in zend_gc_collect_cycles()
1591 last = GC_IDX2PTR(end); in zend_gc_collect_cycles()