Searched refs:endpc (Results 1 – 9 of 9) sorted by relevance
122 DumpInt(f->locvars[i].endpc,D); in DumpDebug()
200 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1); in PrintLocals()
166 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
152 f->locvars[i].endpc=LoadInt(S); in LoadDebug()
265 int endpc; /* first point where variable is dead */ member
179 getlocvar(fs, --fs->nactvar).endpc = fs->pc; in removevars()
152 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
458 int endpc; /* first point where variable is dead */ member
215 getlocvar(fs, --fs->nactvar)->endpc = fs->pc; in removevars()