Searched refs:oldpc (Results 1 – 5 of 5) sorted by relevance
161 const Instruction *oldpc; /* last pc traced */ member
76 ci->u.l.savedpc <= L->oldpc || /* when jump back (loop), or when */ in traceexec()77 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */ in traceexec()80 L->oldpc = ci->u.l.savedpc; in traceexec()
65 L->oldpc = L->ci->u.l.savedpc; in lua_sethook()
442 L->oldpc = ci->previous->u.l.savedpc; /* 'oldpc' for caller function */ in luaD_poscall()
62 const Instruction *oldpc = L->savedpc; in traceexec() local74 if (npc == 0 || pc <= oldpc || newline != getline(p, pcRel(oldpc, p))) in traceexec()