Home
last modified time | relevance | path

Searched refs:restorestack (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dldo.c237 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()
Dldo.h23 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
Dldebug.c562 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
Dlvm.c104 p3 = restorestack(L, result); in callTM()