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()
935 gc_root_buffer *free = GC_IDX2PTR(GC_FIRST_ROOT); in gc_compact()
936 gc_root_buffer *scan = GC_IDX2PTR(GC_G(first_unused) - 1); in gc_compact()
937 gc_root_buffer *end = GC_IDX2PTR(GC_G(num_roots)); in gc_compact()
973 current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_mark_roots()
974 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1118 gc_root_buffer *current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_scan_roots()
1119 gc_root_buffer *last = GC_IDX2PTR(GC_G(first_unused)); in gc_scan_roots()
1149 buf = GC_IDX2PTR(idx); in gc_add_garbage()
1296 gc_root_buffer *current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_collect_roots()
1297 gc_root_buffer *last = GC_IDX2PTR(GC_G(first_unused)); in gc_collect_roots()
1317 current = GC_IDX2PTR(idx); in gc_collect_roots()
1497 current = GC_IDX2PTR(GC_FIRST_ROOT); in zend_gc_collect_cycles()
1520 current = GC_IDX2PTR(GC_FIRST_ROOT); in zend_gc_collect_cycles()
1536 current = GC_IDX2PTR(idx); in zend_gc_collect_cycles()
1569 current = GC_IDX2PTR(idx); in zend_gc_collect_cycles()
1605 current = GC_IDX2PTR(GC_FIRST_ROOT); in zend_gc_collect_cycles()
1606 last = GC_IDX2PTR(end); in zend_gc_collect_cycles()