Home
last modified time | relevance | path

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

/external/lua/src/
Dlfunc.c108 f->sizecode = 0; in luaF_newproto()
126 luaM_freearray(L, f->code, f->sizecode); in luaF_freeproto()
Dldump.c91 DumpInt(f->sizecode, D); in DumpCode()
92 DumpVector(f->code, f->sizecode, D); in DumpCode()
Dluac.c291 int pc,n=f->sizecode; in PrintCode()
408 S(f->sizecode),VOID(f)); in PrintHeader()
Dlundump.c110 f->sizecode = n; in LoadCode()
Dlobject.h414 int sizecode; member
Dlparser.c558 luaM_reallocvector(L, f->code, f->sizecode, fs->pc, Instruction); in close_func()
559 f->sizecode = fs->pc; in close_func()
Dlcode.c297 luaM_growvector(fs->ls->L, f->code, fs->pc, f->sizecode, Instruction, in luaK_code()
Dlgc.c492 return sizeof(Proto) + sizeof(Instruction) * f->sizecode + in traverseproto()