Searched refs:lastpc (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | ldebug.c | 348 static const char *getobjname (Proto *p, int lastpc, int reg, 385 static int findsetreg (Proto *p, int lastpc, int reg) { in findsetreg() argument 389 for (pc = 0; pc < lastpc; pc++) { in findsetreg() 415 if (pc < dest && dest <= lastpc) { in findsetreg() 431 static const char *getobjname (Proto *p, int lastpc, int reg, in getobjname() argument 434 *name = luaF_getlocalname(p, reg + 1, lastpc); in getobjname() 438 pc = findsetreg(p, lastpc, reg); in getobjname()
|