Lines Matching refs:StkId
46 int luaV_tostring (lua_State *L, StkId obj) { in luaV_tostring()
111 void luaV_gettable (lua_State *L, const TValue *t, TValue *key, StkId val) { in luaV_gettable()
137 void luaV_settable (lua_State *L, const TValue *t, TValue *key, StkId val) { in luaV_settable()
177 StkId res, TMS event) { in call_binTM()
297 StkId top = L->top; in luaV_concat()
336 void luaV_objlen (lua_State *L, StkId ra, const TValue *rb) { in luaV_objlen()
410 void luaV_arith (lua_State *L, StkId ra, const TValue *rb, in luaV_arith()
440 static Closure *getcached (Proto *p, UpVal **encup, StkId base) { in getcached()
462 static void pushclosure (lua_State *L, Proto *p, UpVal **encup, StkId base, in pushclosure()
463 StkId ra) { in pushclosure()
486 StkId base = ci->u.l.base; in luaV_finishOp()
510 StkId top = L->top - 1; /* top when 'call_binTM' was called */ in luaV_finishOp()
599 StkId base; in luaV_execute()
608 StkId ra; in luaV_execute()
674 StkId rb = RB(i); in luaV_execute()
720 StkId rb; in luaV_execute()
797 StkId nfunc = nci->func; /* called function */ in luaV_execute()
798 StkId ofunc = oci->func; /* caller function */ in luaV_execute()
800 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute()
856 StkId cb = ra + 3; /* call base */ in luaV_execute()