Searched refs:oldpc (Results 1 – 8 of 8) sorted by relevance
87 L->oldpc = L->ci->u.l.savedpc; in lua_sethook()686 ci->u.l.savedpc <= L->oldpc || /* when jump back (loop), or when */ in luaG_traceexec()687 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */ in luaG_traceexec()690 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()
160 const Instruction *oldpc; /* last pc traced */ member
77 ci->u.l.savedpc <= L->oldpc || /* when jump back (loop), or when */ in traceexec()78 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */ in traceexec()81 L->oldpc = ci->u.l.savedpc; in traceexec()
66 L->oldpc = L->ci->u.l.savedpc; in lua_sethook()
382 L->oldpc = ci->previous->u.l.savedpc; /* 'oldpc' for caller function */ in luaD_poscall()
368 stinst_type *oldpc = pc; in call() local372 pc = oldpc + 2; in call()