Home
last modified time | relevance | path

Searched refs:oldpc (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dldebug.c87 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()
Dlstate.h185 const Instruction *oldpc; /* last pc traced */ member
Dldo.c385 L->oldpc = ci->previous->u.l.savedpc; /* 'oldpc' for caller function */ in luaD_poscall()