Searched refs:endpc (Results 1 – 11 of 11) sorted by relevance
151 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
460 int endpc; /* first point where variable is dead */ member
214 getlocvar(fs, --fs->nactvar)->endpc = fs->pc; in removevars()
174 dumpInt(D, f->locvars[i].endpc); in dumpDebug()
286 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
248 f->locvars[i].endpc = loadInt(S); in loadDebug()
530 int endpc; /* first point where variable is dead */ member
705 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1); in PrintDebug()
333 var->endpc = fs->pc; in removevars()
1284 unsigned int *endpc) in qat_hal_exec_micro_inst() argument1365 if (endpc) { in qat_hal_exec_micro_inst()1370 *endpc = ctx_status & handle->hal_handle->upc_mask; in qat_hal_exec_micro_inst()
1489 u_int *endpc) in qat_ae_exec_ucode() argument1590 if (endpc != NULL) { in qat_ae_exec_ucode()1595 *endpc = ctx_status & UPC_MASK; in qat_ae_exec_ucode()