EXEC_VM 129 core/potion.c if (exec == EXEC_VM || exec == EXEC_DEBUG) { EXEC_VM 267 core/potion.c exec_mode_t exec = POTION_JIT ? EXEC_JIT : EXEC_VM; EXEC_VM 317 core/potion.c exec = EXEC_VM; continue; } EXEC_VM 353 core/potion.c exec = exec==EXEC_JIT ? EXEC_VM : exec; } EXEC_VM 473 core/vm.c PN flags = (PN)P->flags; P->flags = EXEC_VM; //turn off tracing,debugging,... EXEC_VM 539 core/vm.c PN flags = (PN)P->flags; P->flags = (Potion_Flags)EXEC_VM;