potion_closure_new 1275 core/compile.c PN cl = potion_closure_new(P, (PN_F)potion_jit_proto(P, code), PN_NIL, 1); potion_closure_new 361 core/objmodel.c cl = potion_closure_new(P, (PN_F)potion_proto_method, PN_PROTO(method)->sig, 1); potion_closure_new 365 core/objmodel.c cl = potion_closure_new(P, (PN_F)potion_getter_method, PN_NIL, 1); potion_closure_new 44 core/p2.h #define P2_FUNC(f, s) potion_closure_new(P, (PN_F)f, p2_sig(P, s), 0) potion_closure_new 216 core/potion.h #define PN_FUNC(f, s) potion_closure_new(P, (PN_F)f, potion_sig(P, s), 0) ///<\memberof PNClosure potion_closure_new 824 core/potion.h PN potion_closure_new(Potion *, PN_F, PN, PN_SIZE); potion_closure_new 787 core/vm-x86.c vPN(Closure) c = (struct PNClosure *)potion_closure_new(P, NULL, potion_closure_new 469 core/vm.c cl = (struct PNClosure *)potion_closure_new(P, (PN_F)potion_vm_proto, (PN)sig, potion_closure_new 806 core/vm.c cl = (struct PNClosure *)potion_closure_new(P, (PN_F)potion_vm_proto, potion_closure_new 120 front/p2.c PN cl = potion_closure_new(P, (PN_F)potion_jit_proto(P, code), PN_NIL, 1); potion_closure_new 139 front/potion.c PN cl = potion_closure_new(P, (PN_F)potion_jit_proto(P, code), PN_NIL, 1);