potion_class      840 core/potion.h  PN potion_class(Potion *, PN, PN, PN);
potion_class      210 core/vm.c          return potion_class(P, cl, self, ivars);
potion_class      213 core/vm.c        return potion_class(P, PN_NIL, self, cl);
potion_class     1810 lib/aio.c        PN aio_vt = potion_class(P, 0, 0, 0);
potion_class     1814 lib/aio.c        PN aio_##T##_vt = potion_class(P, 0, paren##_vt, 0);	\
potion_class     1821 lib/aio.c        PN aio_##T##_vt = potion_class(P, 0, paren##_vt, 0);	\
potion_class     1911 lib/aio.c        PN aio_udp_vt = potion_class(P, 0, aio_stream_vt, udp_ivars);
potion_class     1931 lib/aio.c        PN aio_po_vt = potion_class(P, 0, aio_vt, po_ivars);
potion_class     1939 lib/aio.c        PN aio_process_vt = potion_class(P, 0, aio_vt, 0); // with spawn as ctor
potion_class       99 test/api/gc-bench.c   klass = potion_class(P, PN_NIL, P->lobby, ary);