Searched refs:startpc (Results 1 – 9 of 9) sorted by relevance
121 DumpInt(f->locvars[i].startpc,D); in DumpDebug()
200 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1); in PrintLocals()
165 for (i = 0; i<f->sizelocvars && f->locvars[i].startpc <= pc; i++) { in luaF_getlocalname()
151 f->locvars[i].startpc=LoadInt(S); in LoadDebug()
264 int startpc; /* first point where variable is active */ member
171 getlocvar(fs, fs->nactvar - nvars).startpc = fs->pc; in adjustlocalvars()1175 getlocvar(fs, fs->nactvar - 1).startpc = fs->pc; in localfunc()
151 for (i = 0; i<f->sizelocvars && f->locvars[i].startpc <= pc; i++) { in luaF_getlocalname()
457 int startpc; /* first point where variable is active */ member
207 getlocvar(fs, fs->nactvar - nvars)->startpc = fs->pc; in adjustlocalvars()1435 getlocvar(fs, b.u.info)->startpc = fs->pc; in localfunc()