UNCOLLECTABLE     366 gc/dbg_mlc.c   	  case UNCOLLECTABLE:
UNCOLLECTABLE     813 gc/dbg_mlc.c           if (hhdr ->  hb_obj_kind == UNCOLLECTABLE) {
UNCOLLECTABLE     886 gc/dbg_mlc.c         case UNCOLLECTABLE:
UNCOLLECTABLE    1129 gc/include/private/gc_priv.h #   define IS_UNCOLLECTABLE(k) (((k) & ~1) == UNCOLLECTABLE)
UNCOLLECTABLE    1132 gc/include/private/gc_priv.h #   define IS_UNCOLLECTABLE(k) ((k) == UNCOLLECTABLE)
UNCOLLECTABLE      55 gc/mallocx.c   	case UNCOLLECTABLE:
UNCOLLECTABLE     571 gc/mallocx.c           op = (ptr_t)GC_generic_malloc((word)lb, UNCOLLECTABLE);
UNCOLLECTABLE     573 gc/mallocx.c   	op = (ptr_t)GC_generic_malloc((word)lb, UNCOLLECTABLE);
UNCOLLECTABLE    1810 gc/mark.c      	if (hhdr -> hb_obj_kind == UNCOLLECTABLE) break;