potion_class 812 core/potion.h PN potion_class(Potion *, PN, PN, PN); potion_class 200 core/vm.c return potion_class(P, cl, self, ivars); potion_class 203 core/vm.c return potion_class(P, PN_NIL, self, cl); potion_class 1750 lib/aio.c PN aio_vt = potion_class(P, 0, 0, 0); potion_class 1754 lib/aio.c PN aio_##T##_vt = potion_class(P, 0, paren##_vt, 0); \ potion_class 1761 lib/aio.c PN aio_##T##_vt = potion_class(P, 0, paren##_vt, 0); \ potion_class 1838 lib/aio.c PN aio_udp_vt = potion_class(P, 0, aio_stream_vt, udp_ivars); potion_class 1857 lib/aio.c PN aio_po_vt = potion_class(P, 0, aio_vt, po_ivars); potion_class 1895 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);