/external/chromium_org/third_party/skia/third_party/lua/src/ |
lvm.c | 96 setobj2s(L, L->top++, f); /* push function */ 97 setobj2s(L, L->top++, p1); /* 1st argument */ 98 setobj2s(L, L->top++, p2); /* 2nd argument */ 100 setobj2s(L, L->top++, p3); /* 3rd argument */ 119 setobj2s(L, val, res); 452 setobj2s(L, top - 2, top); /* put TM result in proper position */ 458 setobj2s(L, ci->u.l.base + GETARG_A(inst), L->top - 1); 562 setobj2s(L, ra, rb); 568 setobj2s(L, ra, rb); 582 setobj2s(L, ra, cl->upvals[b]->v) [all...] |
ltable.c | 174 setobj2s(L, key+1, &t->array[i]); 180 setobj2s(L, key, gkey(gnode(t, i))); 181 setobj2s(L, key+1, gval(gnode(t, i)));
|
lapi.c | 121 setobj2s(to, to->top++, from->top + i); 237 setobj2s(L, L->top, index2addr(L, idx)); 644 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1)); 654 setobj2s(L, L->top, luaH_getint(hvalue(t), n)); 667 setobj2s(L, L->top, luaH_get(hvalue(t), &k)); 1219 setobj2s(L, L->top, val);
|
ldebug.c | 157 setobj2s(L, L->top, pos);
|
lobject.h | 253 #define setobj2s setobj macro
|
lgc.c | 814 setobj2s(L, L->top, tm); /* push finalizer... */ 815 setobj2s(L, L->top + 1, &v); /* ... and its argument */ [all...] |
ldo.c | 283 setobj2s(L, func, tm); /* tag method is the new function to be called */
|