Searched refs:oldpc (Results 1 – 3 of 3) sorted by relevance
87 L->oldpc = L->ci->u.l.savedpc; in lua_sethook()685 ci->u.l.savedpc <= L->oldpc || /* when jump back (loop), or when */ in luaG_traceexec()686 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */ in luaG_traceexec()689 L->oldpc = ci->u.l.savedpc; in luaG_traceexec()
185 const Instruction *oldpc; /* last pc traced */ member
385 L->oldpc = ci->previous->u.l.savedpc; /* 'oldpc' for caller function */ in luaD_poscall()