Searched refs:lastpc (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/lua/src/
H A Dldebug.c303 static const char *getobjname (Proto *p, int lastpc, int reg,
338 ** try to find last instruction before 'lastpc' that modified register 'reg'
340 static int findsetreg (Proto *p, int lastpc, int reg) { argument
344 for (pc = 0; pc < lastpc; pc++) {
369 /* jump is forward and do not skip `lastpc'? */
370 if (pc < dest && dest <= lastpc) {
391 static const char *getobjname (Proto *p, int lastpc, int reg, argument
394 *name = luaF_getlocalname(p, reg + 1, lastpc);
398 pc = findsetreg(p, lastpc, reg);

Completed in 26 milliseconds