Searched refs:setobjs2s (Results 1 – 6 of 6) sorted by relevance
/external/lua/src/ |
D | ldo.c | 102 setobjs2s(L, oldtop, L->top - 1); /* error message on current top */ in seterrorobj() 119 setobjs2s(L, g->mainthread->top++, L->top - 1); /* copy error obj. */ in luaD_throw() 301 setobjs2s(L, L->top++, fixed + i); in adjust_varargs() 322 setobjs2s(L, p, p-1); in tryfuncTM() 341 setobjs2s(L, res, firstResult); /* move it to proper place */ in moveresults() 347 setobjs2s(L, res + i, firstResult + i); in moveresults() 355 setobjs2s(L, res + i, firstResult + i); in moveresults() 359 setobjs2s(L, res + i, firstResult + i); in moveresults()
|
D | lvm.c | 484 setobjs2s(L, top - 2, top - 1); /* result is second op. */ in luaV_concat() 667 setobjs2s(L, base + GETARG_A(inst), --L->top); in luaV_finishOp() 804 setobjs2s(L, ra, RB(i)); in luaV_execute() 882 setobjs2s(L, ra + 1, rb); in luaV_execute() 1075 setobjs2s(L, ra, rb); in luaV_execute() 1125 setobjs2s(L, ra, rb); in luaV_execute() 1165 setobjs2s(L, ofunc + aux, nfunc + aux); in luaV_execute() 1244 setobjs2s(L, cb+2, ra+2); in luaV_execute() 1245 setobjs2s(L, cb+1, ra+1); in luaV_execute() 1246 setobjs2s(L, cb, ra); in luaV_execute() [all …]
|
D | ldebug.c | 202 setobjs2s(L, pos, L->top - 1); in lua_setlocal() 331 setobjs2s(L, L->top, func); in lua_getinfo() 643 setobjs2s(L, L->top, L->top - 1); /* move argument */ in luaG_errormsg() 644 setobjs2s(L, L->top - 1, errfunc); /* push function */ in luaG_errormsg()
|
D | ltm.c | 119 setobjs2s(L, p3, --L->top); in luaT_callTM()
|
D | lobject.h | 269 #define setobjs2s setobj macro
|
D | lapi.c | 197 setobjs2s(L, from, to); in reverse() 308 setobjs2s(L, L->top, L->top - 1); in lua_arith()
|