Lines Matching refs:lastpc
436 static int findsetreg (const Proto *p, int lastpc, int reg) { in findsetreg() argument
440 if (testMMMode(GET_OPCODE(p->code[lastpc]))) in findsetreg()
441 lastpc--; /* previous instruction was not actually executed */ in findsetreg()
442 for (pc = 0; pc < lastpc; pc++) { in findsetreg()
466 if (dest <= lastpc && dest > jmptarget) in findsetreg()
575 static const char *getobjname (const Proto *p, int lastpc, int reg, in getobjname() argument
577 const char *kind = basicgetobjname(p, &lastpc, reg, name); in getobjname()
580 else if (lastpc != -1) { /* could find instruction? */ in getobjname()
581 Instruction i = p->code[lastpc]; in getobjname()
587 return isEnv(p, lastpc, i, 1); in getobjname()
591 rname(p, lastpc, k, name); in getobjname()
592 return isEnv(p, lastpc, i, 0); in getobjname()
601 return isEnv(p, lastpc, i, 0); in getobjname()
604 rkname(p, lastpc, i, name); in getobjname()