Searched refs:endpc (Results 1 – 7 of 7) sorted by relevance
307 final int endpc = element.getEndPC(); in delayedPass2Checks() local309 if (startpc >= endpc) { in delayedPass2Checks()311 … "' that has its start_pc ('"+startpc+"') not smaller than its end_pc ('"+endpc+"')."); in delayedPass2Checks()317 if ( (!contains(instructionPositions, endpc)) && (endpc != codeLength)) { in delayedPass2Checks()
170 dumpInt(D, f->locvars[i].endpc); in dumpDebug()
292 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()
506 int endpc; /* first point where variable is dead */ member
333 var->endpc = fs->pc; in removevars()