Searched refs:endpc (Results 1 – 6 of 6) sorted by relevance
170 dumpInt(D, f->locvars[i].endpc); in dumpDebug()
286 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
248 f->locvars[i].endpc = loadInt(S); in loadDebug()
706 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1); in PrintDebug()
517 int endpc; /* first point where variable is dead */ member
333 var->endpc = fs->pc; in removevars()
Completed in 13 milliseconds