Lines Matching defs:idx
165 #define GC_IDX2PTR(idx) (GC_G(buf) + (idx)) argument
168 #define GC_IDX2LIST(idx) ((void*)(uintptr_t)(((idx) * sizeof(void*)) | GC_UNUSED)) argument
327 static zend_always_inline uint32_t gc_compress(uint32_t idx) in gc_compress()
335 static zend_always_inline gc_root_buffer* gc_decompress(zend_refcounted *ref, uint32_t idx) in gc_decompress()
355 uint32_t idx; in gc_fetch_unused() local
374 uint32_t idx; in gc_fetch_next_unused() local
585 uint32_t idx; in gc_possible_root_when_full() local
629 uint32_t idx; in gc_possible_root() local
663 static zend_never_inline void ZEND_FASTCALL gc_remove_compressed(zend_refcounted *ref, uint32_t idx) in gc_remove_compressed()
672 uint32_t idx = GC_REF_ADDRESS(ref); in gc_remove_from_buffer() local
945 uint32_t idx; in gc_compact() local
1146 uint32_t idx; in gc_add_garbage() local
1314 uint32_t idx, end; in gc_collect_roots() local
1487 uint32_t idx, end; in zend_gc_collect_cycles() local