Home
last modified time | relevance | path

Searched refs:luaY_nvarstack (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlparser.c243 int luaY_nvarstack (FuncState *fs) { in luaY_nvarstack() function
313 int stklevel = luaY_nvarstack(fs); in adjustlocalvars()
608 luaK_codeABC(fs, OP_CLOSE, luaY_nvarstack(fs), 0, 0); in createlabel()
641 lua_assert(fs->freereg == luaY_nvarstack(fs)); in enterblock()
750 luaK_ret(fs, luaY_nvarstack(fs), 0); /* final return */ in close_func()
1417 if (luaY_nvarstack(fs) > lblevel) /* leaving the scope of a variable? */ in gotostat()
1648 if (luaY_nvarstack(ls->fs) > stacklevel(ls->fs, lb->nactvar)) in issinglejump()
1847 int first = luaY_nvarstack(fs); /* first slot to be returned */ in retstat()
1856 lua_assert(GETARG_A(getinstruction(fs,&e)) == luaY_nvarstack(fs)); in retstat()
1941 ls->fs->freereg >= luaY_nvarstack(ls->fs)); in statement()
[all …]
Dlparser.h165 LUAI_FUNC int luaY_nvarstack (FuncState *fs);
Dlcode.c500 if (reg >= luaY_nvarstack(fs)) { in freereg()
945 if (e->u.info >= luaY_nvarstack(fs)) { /* reg. is not a local? */ in luaK_exp2anyreg()