Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.h161 const Instruction *oldpc; /* last pc traced */ member
H A Dlvm.c76 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()
H A Dldebug.c65 L->oldpc = L->ci->u.l.savedpc; in lua_sethook()
H A Dldo.c442 L->oldpc = ci->previous->u.l.savedpc; /* 'oldpc' for caller function */ in luaD_poscall()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.c62 const Instruction *oldpc = L->savedpc; in traceexec() local
74 if (npc == 0 || pc <= oldpc || newline != getline(p, pcRel(oldpc, p))) in traceexec()