Searched refs:VLOCAL (Results 1 – 3 of 3) sorted by relevance
27 VLOCAL, /* info = local register */ enumerator37 #define vkisvar(k) (VLOCAL <= (k) && (k) <= VINDEXED)38 #define vkisinreg(k) ((k) == VNONRELOC || (k) == VLOCAL)
385 case VLOCAL: { in luaK_dischargevars()397 if (e->u.ind.vt == VLOCAL) { /* 't' is in a register? */ in luaK_dischargevars()560 case VLOCAL: { in luaK_storevar()571 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP; in luaK_storevar()708 : check_exp(vkisinreg(t->k), VLOCAL); in luaK_indexed()
238 f->upvalues[fs->nups].instack = (v->k == VLOCAL); in newupvalue()277 init_exp(var, VLOCAL, v); /* variable is local */ in singlevaraux()280 return VLOCAL; in singlevaraux()303 lua_assert(var->k == VLOCAL || var->k == VUPVAL); in singlevar()1117 lh->v.u.ind.vt = VLOCAL; in check_conflict()1121 if (v->k == VLOCAL && lh->v.u.ind.idx == v->u.info) { in check_conflict()1129 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in check_conflict()1609 init_exp(&v, VLOCAL, 0); /* create and... */ in mainfunc()