Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dldo.c332 luaD_checkstack(L, p->maxstacksize); /* check again for new 'base' */ in adjust_varargs()
398 luaD_checkstack(L, p->maxstacksize); in luaD_precall()
413 ci->top = base + p->maxstacksize; in luaD_precall()
H A Dlfunc.c124 f->maxstacksize = 0; in luaF_newproto()
H A Dlcode.c265 if (newstack > fs->f->maxstacksize) { in luaK_checkstack()
268 fs->f->maxstacksize = cast_byte(newstack); in luaK_checkstack()
H A Dlobject.h486 lu_byte maxstacksize; /* maximum stack used by this function */ member
H A Dlparser.c544 f->maxstacksize = 2; /* registers 0/1 are always valid */ in open_func()
1596 lua_assert(ls->fs->f->maxstacksize >= ls->fs->freereg && in statement()
H A Dlvm.c812 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize); in luaV_execute()
/freebsd-13.1/contrib/lua/src/
H A Dldump.c188 dumpByte(D, f->maxstacksize); in dumpFunction()
H A Dltm.c243 luaD_checkstack(L, p->maxstacksize + 1); in luaT_adjustvarargs()
H A Dlfunc.c263 f->maxstacksize = 0; in luaF_newproto()
H A Dlundump.c264 f->maxstacksize = loadByte(S); in loadFunction()
H A Dldo.c454 int fsize = p->maxstacksize; /* frame size */ in luaD_pretailcall()
514 int fsize = p->maxstacksize; /* frame size */ in luaD_precall()
H A Dlobject.h534 lu_byte maxstacksize; /* number of registers needed by this function */ member
H A Dluac.c684 S(f->maxstacksize),S(f->sizeupvalues)); in PrintHeader()
H A Dlcode.c476 if (newstack > fs->f->maxstacksize) { in luaK_checkstack()
480 fs->f->maxstacksize = cast_byte(newstack); in luaK_checkstack()
H A Dlparser.c739 f->maxstacksize = 2; /* registers 0/1 are always valid */ in open_func()
1900 lua_assert(ls->fs->f->maxstacksize >= ls->fs->freereg && in statement()