Home
last modified time | relevance | path

Searched refs:maxstacksize (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dldump.c205 dumpByte(D, f->maxstacksize); in dumpFunction()
H A Dltm.c255 luaD_checkstack(L, p->maxstacksize + 1); in luaT_adjustvarargs()
H A Dlfunc.c261 f->maxstacksize = 0; in luaF_newproto()
H A Dlundump.c272 f->maxstacksize = loadByte(S); in loadFunction()
H A Dldo.c557 int fsize = p->maxstacksize; /* frame size */ in luaD_pretailcall()
606 int fsize = p->maxstacksize; /* frame size */ in luaD_precall()
H A Dlobject.h568 lu_byte maxstacksize; /* number of registers needed by this function */ member
H A Dluac.c689 S(f->maxstacksize),S(f->sizeupvalues)); in PrintHeader()
H A Dlcode.c474 if (newstack > fs->f->maxstacksize) { in luaK_checkstack()
478 fs->f->maxstacksize = cast_byte(newstack); in luaK_checkstack()
H A Dlparser.c755 f->maxstacksize = 2; /* registers 0/1 are always valid */ in open_func()
1925 lua_assert(ls->fs->f->maxstacksize >= ls->fs->freereg && in statement()