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()
942 gc_root_buffer *free = GC_IDX2PTR(GC_FIRST_ROOT); in gc_compact()
943 gc_root_buffer *scan = GC_IDX2PTR(GC_G(first_unused) - 1); in gc_compact()
944 gc_root_buffer *end = GC_IDX2PTR(GC_G(num_roots)); in gc_compact()
980 current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_mark_roots()
981 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1130 gc_root_buffer *current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_scan_roots()
1131 gc_root_buffer *last = GC_IDX2PTR(GC_G(first_unused)); in gc_scan_roots()
1161 buf = GC_IDX2PTR(idx); in gc_add_garbage()
1317 gc_root_buffer *current = GC_IDX2PTR(GC_FIRST_ROOT); in gc_collect_roots()
1318 gc_root_buffer *last = GC_IDX2PTR(GC_G(first_unused)); in gc_collect_roots()
1338 current = GC_IDX2PTR(idx); in gc_collect_roots()
1536 current = GC_IDX2PTR(GC_FIRST_ROOT); in zend_gc_collect_cycles()
1559 current = GC_IDX2PTR(GC_FIRST_ROOT); in zend_gc_collect_cycles()
1575 current = GC_IDX2PTR(idx); in zend_gc_collect_cycles()
1609 current = GC_IDX2PTR(idx); in zend_gc_collect_cycles()
1645 current = GC_IDX2PTR(GC_FIRST_ROOT); in zend_gc_collect_cycles()
1646 last = GC_IDX2PTR(end); in zend_gc_collect_cycles()