potion_closure_new 1291 core/compile.c     PN cl = potion_closure_new(P, (PN_F)potion_jit_proto(P, code), PN_NIL, 1);
potion_closure_new  357 core/objmodel.c       cl = potion_closure_new(P, (PN_F)potion_proto_method, PN_PROTO(method)->sig, 1);
potion_closure_new  361 core/objmodel.c       cl = potion_closure_new(P, (PN_F)potion_getter_method, PN_NIL, 1);
potion_closure_new  140 core/potion.c      PN cl = potion_closure_new(P, (PN_F)potion_jit_proto(P, code), PN_NIL, 1);
potion_closure_new  219 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  852 core/potion.h  PN potion_closure_new(Potion *, PN_F, PN, PN_SIZE);
potion_closure_new 1040 core/vm-x86.c    vPN(Closure) c = (struct PNClosure *)potion_closure_new(P, NULL,
potion_closure_new  561 core/vm.c                cl = (struct PNClosure *)potion_closure_new(P, (PN_F)potion_vm_proto, (PN)sig,
potion_closure_new  907 core/vm.c              cl = (struct PNClosure *)potion_closure_new(P, (PN_F)potion_vm_proto,