Lines Matching refs:StkId
160 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val, in luaV_finishget()
204 StkId val, const TValue *slot) { in luaV_finishset()
460 static void copy2buff (StkId top, int n, char *buff) { in copy2buff()
477 StkId top = L->top; in luaV_concat()
517 void luaV_objlen (lua_State *L, StkId ra, const TValue *rb) { in luaV_objlen()
610 static LClosure *getcached (Proto *p, UpVal **encup, StkId base) { in getcached()
632 static void pushclosure (lua_State *L, Proto *p, UpVal **encup, StkId base, in pushclosure()
633 StkId ra) { in pushclosure()
658 StkId base = ci->u.l.base; in luaV_finishOp()
684 StkId top = L->top - 1; /* top when 'luaT_trybinTM' was called */ in luaV_finishOp()
790 StkId base; in luaV_execute()
800 StkId ra; in luaV_execute()
843 StkId rb = RB(i); in luaV_execute()
879 StkId rb = RB(i); in luaV_execute()
1070 StkId rb; in luaV_execute()
1156 StkId nfunc = nci->func; /* called function */ in luaV_execute()
1157 StkId ofunc = oci->func; /* caller function */ in luaV_execute()
1159 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute()
1243 StkId cb = ra + 3; /* call base */ in luaV_execute()