Lines Matching refs:restorestack
185 L->top.p = restorestack(L, L->top.offset); in correctstack()
186 L->tbclist.p = restorestack(L, L->tbclist.offset); in correctstack()
188 up->v.p = s2v(restorestack(L, up->v.offset)); in correctstack()
190 ci->top.p = restorestack(L, ci->top.offset); in correctstack()
191 ci->func.p = restorestack(L, ci->func.offset); in correctstack()
357 ci->top.p = restorestack(L, ci_top); in luaD_hook()
358 L->top.p = restorestack(L, top); in luaD_hook()
459 res = restorestack(L, savedres); /* hook can move stack */ in moveresults()
680 StkId func = restorestack(L, ci->u2.funcidx); in finishpcallk()
929 pcl.level = restorestack(L, level); pcl.status = status; in luaD_closeprotected()
958 luaD_seterrorobj(L, status, restorestack(L, old_top)); in luaD_pcall()