Home
last modified time | relevance | path

Searched refs:setobj2s (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlvm.c96 setobj2s(L, L->top++, f); /* push function */ in callTM()
97 setobj2s(L, L->top++, p1); /* 1st argument */ in callTM()
98 setobj2s(L, L->top++, p2); /* 2nd argument */ in callTM()
100 setobj2s(L, L->top++, p3); /* 3rd argument */ in callTM()
119 setobj2s(L, val, res); in luaV_gettable()
452 setobj2s(L, top - 2, top); /* put TM result in proper position */ in luaV_finishOp()
458 setobj2s(L, ci->u.l.base + GETARG_A(inst), L->top - 1); in luaV_finishOp()
562 setobj2s(L, ra, rb); in luaV_execute()
568 setobj2s(L, ra, rb); in luaV_execute()
582 setobj2s(L, ra, cl->upvals[b]->v); in luaV_execute()
Dltable.c174 setobj2s(L, key+1, &t->array[i]); in luaH_next()
180 setobj2s(L, key, gkey(gnode(t, i))); in luaH_next()
181 setobj2s(L, key+1, gval(gnode(t, i))); in luaH_next()
Dlapi.c121 setobj2s(to, to->top++, from->top + i); in lua_xmove()
237 setobj2s(L, L->top, index2addr(L, idx)); in lua_pushvalue()
644 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1)); in lua_rawget()
654 setobj2s(L, L->top, luaH_getint(hvalue(t), n)); in lua_rawgeti()
667 setobj2s(L, L->top, luaH_get(hvalue(t), &k)); in lua_rawgetp()
1222 setobj2s(L, L->top, val); in lua_getupvalue()
Dlgc.c821 setobj2s(L, L->top, tm); /* push finalizer... */ in GCTM()
822 setobj2s(L, L->top + 1, &v); /* ... and its argument */ in GCTM()
Dlobject.h253 #define setobj2s setobj macro
Dldebug.c157 setobj2s(L, L->top, pos); in lua_getlocal()
Dldo.c284 setobj2s(L, func, tm); /* tag method is the new function to be called */ in tryfuncTM()