Lines Matching refs:GC_IDX2PTR
165 #define GC_IDX2PTR(idx) (GC_G(buf) + (idx)) macro
337 gc_root_buffer *root = GC_IDX2PTR(idx); in gc_decompress()
346 root = GC_IDX2PTR(idx); in gc_decompress()
360 root = GC_IDX2PTR(idx); in gc_fetch_unused()
614 newRoot = GC_IDX2PTR(idx); in gc_possible_root_when_full()
650 newRoot = GC_IDX2PTR(idx); in gc_possible_root()
688 root = GC_IDX2PTR(idx); in gc_remove_from_buffer()
941 gc_root_buffer *free = GC_IDX2PTR(GC_FIRST_ROOT); in gc_compact()
942 gc_root_buffer *scan = GC_IDX2PTR(GC_G(first_unused) - 1); in gc_compact()
943 gc_root_buffer *end = GC_IDX2PTR(GC_G(num_roots)); in gc_compact()
979 current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_mark_roots()
980 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1110 gc_root_buffer *current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_scan_roots()
1111 gc_root_buffer *last = GC_IDX2PTR(GC_G(first_unused)); in gc_scan_roots()
1141 buf = GC_IDX2PTR(idx); in gc_add_garbage()
1294 gc_root_buffer *current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_collect_roots()
1295 gc_root_buffer *last = GC_IDX2PTR(GC_G(first_unused)); in gc_collect_roots()
1315 current = GC_IDX2PTR(idx); in gc_collect_roots()
1501 current = GC_IDX2PTR(GC_FIRST_ROOT); in zend_gc_collect_cycles()
1524 current = GC_IDX2PTR(GC_FIRST_ROOT); in zend_gc_collect_cycles()
1540 current = GC_IDX2PTR(idx); in zend_gc_collect_cycles()
1574 current = GC_IDX2PTR(idx); in zend_gc_collect_cycles()
1610 current = GC_IDX2PTR(GC_FIRST_ROOT); in zend_gc_collect_cycles()
1611 last = GC_IDX2PTR(end); in zend_gc_collect_cycles()