Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstate.h160 const Instruction *oldpc; /* last pc traced */ member
Dlvm.c77 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()
Dldebug.c59 L->oldpc = L->ci->u.l.savedpc; in lua_sethook()
Dldo.c372 L->oldpc = ci->previous->u.l.savedpc; /* 'oldpc' for caller function */ in luaD_poscall()