Home
last modified time | relevance | path

Searched refs:setobjs2s (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlvm.c105 setobjs2s(L, p3, --L->top); in callTM()
305 setobjs2s(L, top - 2, top - 1); /* result is second op. */ in luaV_concat()
432 setobjs2s(L, base + GETARG_A(inst), --L->top); in luaV_finishOp()
558 setobjs2s(L, ra, RB(i)); in luaV_execute()
614 setobjs2s(L, ra+1, rb); in luaV_execute()
661 setobjs2s(L, ra, rb); in luaV_execute()
705 setobjs2s(L, ra, rb); in luaV_execute()
742 setobjs2s(L, ofunc + aux, nfunc + aux); in luaV_execute()
793 setobjs2s(L, cb+2, ra+2); in luaV_execute()
794 setobjs2s(L, cb+1, ra+1); in luaV_execute()
[all …]
Dldebug.c171 setobjs2s(L, pos, L->top - 1); in lua_setlocal()
287 setobjs2s(L, L->top, func); in lua_getinfo()
577 setobjs2s(L, L->top, L->top - 1); /* move argument */ in luaG_errormsg()
578 setobjs2s(L, L->top - 1, errfunc); /* push function */ in luaG_errormsg()
Dldo.c95 setobjs2s(L, oldtop, L->top - 1); /* error message on current top */ in seterrorobj()
111 setobjs2s(L, G(L)->mainthread->top++, L->top - 1); /* copy error obj. */ in luaD_throw()
267 setobjs2s(L, L->top++, fixed + i); in adjust_varargs()
281 for (p = L->top; p > func; p--) setobjs2s(L, p, p-1); in tryfuncTM()
379 setobjs2s(L, res++, firstResult++); in luaD_poscall()
Dlapi.c187 while (++p < L->top) setobjs2s(L, p-1, p); in lua_remove()
200 setobjs2s(L, q, q - 1); in lua_insert()
201 setobjs2s(L, p, L->top); in lua_insert()
301 setobjs2s(L, L->top, L->top - 1); in lua_arith()
Dlobject.h251 #define setobjs2s setobj macro