Home
last modified time | relevance | path

Searched defs:oldpc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dldebug.c785 static int changedline (const Proto *p, int oldpc, int newpc) { in changedline()
813 int oldpc = (L->oldpc < p->sizecode) ? L->oldpc : 0; in luaG_traceexec() local
H A Dlstate.h324 int oldpc; /* last pc traced */ member