Searched refs:luaY_nvarstack (Results 1 – 3 of 3) sorted by relevance
247 int luaY_nvarstack (FuncState *fs) { in luaY_nvarstack() function317 int reglevel = luaY_nvarstack(fs); in adjustlocalvars()622 luaK_codeABC(fs, OP_CLOSE, luaY_nvarstack(fs), 0, 0); in createlabel()655 lua_assert(fs->freereg == luaY_nvarstack(fs)); in enterblock()764 luaK_ret(fs, luaY_nvarstack(fs), 0); /* final return */ in close_func()1441 if (luaY_nvarstack(fs) > lblevel) /* leaving the scope of a variable? */ in gotostat()1832 int first = luaY_nvarstack(fs); /* first slot to be returned */ in retstat()1841 lua_assert(GETARG_A(getinstruction(fs,&e)) == luaY_nvarstack(fs)); in retstat()1926 ls->fs->freereg >= luaY_nvarstack(ls->fs)); in statement()1927 ls->fs->freereg = luaY_nvarstack(ls->fs); /* free registers */ in statement()
170 LUAI_FUNC int luaY_nvarstack (FuncState *fs);
498 if (reg >= luaY_nvarstack(fs)) { in freereg()974 if (e->u.info >= luaY_nvarstack(fs)) { /* reg. is not a local? */ in luaK_exp2anyreg()