Lines Matching refs:restorestack
189 L->top.p = restorestack(L, L->top.offset); in correctstack()
190 L->tbclist.p = restorestack(L, L->tbclist.offset); in correctstack()
192 up->v.p = s2v(restorestack(L, up->v.offset)); in correctstack()
194 ci->top.p = restorestack(L, ci->top.offset); in correctstack()
195 ci->func.p = restorestack(L, ci->func.offset); in correctstack()
361 ci->top.p = restorestack(L, ci_top); in luaD_hook()
362 L->top.p = restorestack(L, top); in luaD_hook()
463 res = restorestack(L, savedres); /* hook can move stack */ in moveresults()
684 StkId func = restorestack(L, ci->u2.funcidx); in finishpcallk()
933 pcl.level = restorestack(L, level); pcl.status = status; in luaD_closeprotected()
962 luaD_seterrorobj(L, status, restorestack(L, old_top)); in luaD_pcall()