Searched refs:sizecode (Results 1 – 8 of 8) sorted by relevance
/external/lua/src/ |
D | lfunc.c | 108 f->sizecode = 0; in luaF_newproto() 126 luaM_freearray(L, f->code, f->sizecode); in luaF_freeproto()
|
D | ldump.c | 91 DumpInt(f->sizecode, D); in DumpCode() 92 DumpVector(f->code, f->sizecode, D); in DumpCode()
|
D | luac.c | 291 int pc,n=f->sizecode; in PrintCode() 408 S(f->sizecode),VOID(f)); in PrintHeader()
|
D | lundump.c | 110 f->sizecode = n; in LoadCode()
|
D | lobject.h | 414 int sizecode; member
|
D | lparser.c | 558 luaM_reallocvector(L, f->code, f->sizecode, fs->pc, Instruction); in close_func() 559 f->sizecode = fs->pc; in close_func()
|
D | lcode.c | 297 luaM_growvector(fs->ls->L, f->code, fs->pc, f->sizecode, Instruction, in luaK_code()
|
D | lgc.c | 492 return sizeof(Proto) + sizeof(Instruction) * f->sizecode + in traverseproto()
|