Searched refs:restorestack (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | ldo.c | 306 ci->top = restorestack(L, ci_top); in luaD_hook() 307 L->top = restorestack(L, top); in luaD_hook() 352 func = restorestack(L, funcr); /* previous call may change stack */ in tryfuncTM() 380 ci->func = restorestack(L, funcr); in luaD_precall() 402 func = restorestack(L, funcr); in luaD_precall() 407 func = restorestack(L, funcr); /* previous call can change stack */ in luaD_precall() 439 firstResult = restorestack(L, fr); in luaD_poscall() 540 oldtop = restorestack(L, ci->extra); in recover() 587 ci->func = restorestack(L, ci->extra); in resume_cb() 679 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
|
| H A D | ldo.h | 24 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
|
| H A D | ldebug.c | 50 ci->func = restorestack(L, ci->extra); in swapextra() 588 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
|
| H A D | lvm.c | 105 p3 = restorestack(L, result); in callTM()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | ldo.h | 36 #define restorestack(L,n) ((StkId)((char *)L->stack + (n))) macro 44 p = restorestack(L, t__)) /* 'pos' part: restore 'p' */
|
| H A D | ldo.c | 321 ci->top = restorestack(L, ci_top); in luaD_hook() 322 L->top = restorestack(L, top); in luaD_hook() 365 return restorestack(L, oldtop); in rethook() 413 res = restorestack(L, savedres); in moveresults() 643 oldtop = restorestack(L, ci->u2.funcidx); in recover() 647 oldtop = restorestack(L, ci->u2.funcidx); in recover() 786 StkId oldtop = restorestack(L, old_top); in luaD_pcall() 790 oldtop = restorestack(L, old_top); /* previous call may change stack */ in luaD_pcall()
|
| H A D | lfunc.c | 171 L->top = restorestack(L, oldtop); in callclosemth() 232 level = restorestack(L, levelrel); in luaF_close()
|
| H A D | ltm.c | 132 res = restorestack(L, result); in luaT_callTMres()
|
| H A D | ldebug.c | 756 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
|