Searched defs:oldpc (Results 1 – 3 of 3) sorted by relevance
847 static int changedline (const Proto *p, int oldpc, int newpc) { in changedline()906 int oldpc = (L->oldpc < p->sizecode) ? L->oldpc : 0; in luaG_traceexec() local
328 int oldpc; /* last pc traced */ member
160 const Instruction *oldpc; /* last pc traced */ member