Searched refs:restorestack (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | ldo.c | 237 ci->top = restorestack(L, ci_top); in luaD_hook() 238 L->top = restorestack(L, top); in luaD_hook() 282 func = restorestack(L, funcr); /* previous call may change stack */ in tryfuncTM() 310 ci->func = restorestack(L, funcr); in luaD_precall() 328 func = restorestack(L, funcr); in luaD_precall() 363 firstResult = restorestack(L, fr); in luaD_poscall() 459 oldtop = restorestack(L, ci->extra); in recover() 506 ci->func = restorestack(L, ci->extra); in resume() 597 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
|
D | ldo.h | 23 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
|
D | ldebug.c | 562 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
|
D | lvm.c | 104 p3 = restorestack(L, result); in callTM()
|