Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldump.c145 DumpChar(f->maxstacksize,D); in DumpFunction()
H A Dldo.c267 luaD_checkstack(L, p->maxstacksize); /* check again for new 'base' */ in adjust_varargs()
333 luaD_checkstack(L, p->maxstacksize); in luaD_precall()
348 ci->top = base + p->maxstacksize; in luaD_precall()
H A Dlfunc.c125 f->maxstacksize = 0; in luaF_newproto()
H A Dlundump.c177 f->maxstacksize=LoadByte(S); in LoadFunction()
H A Dlcode.c262 if (newstack > fs->f->maxstacksize) { in luaK_checkstack()
265 fs->f->maxstacksize = cast_byte(newstack); in luaK_checkstack()
H A Dlobject.h487 lu_byte maxstacksize; /* maximum stack used by this function */ member
H A Dlparser.c545 f->maxstacksize = 2; /* registers 0/1 are always valid */ in open_func()
1590 lua_assert(ls->fs->f->maxstacksize >= ls->fs->freereg && in statement()
H A Dlvm.c811 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize); in luaV_execute()