Potion_Flags      650 core/potion.h    Potion_Flags flags;      ///< vm flags: execution model and debug flags
Potion_Flags      539 core/vm.c      	  PN flags = (PN)P->flags; P->flags = (Potion_Flags)EXEC_VM;
Potion_Flags      166 test/api/potion-test.c   if (P->flags & EXEC_JIT) P->flags = (Potion_Flags)((int)P->flags - EXEC_JIT);
Potion_Flags      189 test/api/potion-test.c   P->flags = (Potion_Flags)flags; //restore JIT