Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldebug.c316 static const char *getobjname (Proto *p, int lastpc, int reg,
354 static int findsetreg (Proto *p, int lastpc, int reg) { in findsetreg() argument
358 for (pc = 0; pc < lastpc; pc++) { in findsetreg()
384 if (pc < dest && dest <= lastpc) { in findsetreg()
405 static const char *getobjname (Proto *p, int lastpc, int reg, in getobjname() argument
408 *name = luaF_getlocalname(p, reg + 1, lastpc); in getobjname()
412 pc = findsetreg(p, lastpc, reg); in getobjname()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.c317 static Instruction symbexec (const Proto *pt, int lastpc, int reg) { in symbexec() argument
322 for (pc = 0; pc < lastpc; pc++) { in symbexec()
419 if (reg != NO_REG && pc < dest && dest <= lastpc) in symbexec()