Home
last modified time | relevance | path

Searched refs:endpc (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass3aVerifier.java307 final int endpc = element.getEndPC(); in delayedPass2Checks() local
309 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()
/external/lua/src/
Dlfunc.c143 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
Dldump.c157 DumpInt(f->locvars[i].endpc, D); in DumpDebug()
Dlundump.c194 f->locvars[i].endpc = LoadInt(S); in LoadDebug()
Dluac.c432 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1); in PrintDebug()
Dlobject.h400 int endpc; /* first point where variable is dead */ member
Dlparser.c214 getlocvar(fs, --fs->nactvar)->endpc = fs->pc; in removevars()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...