HomeSort by relevance Sort by last modified time
    Searched refs:sizecode (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lfunc.c 118 f->sizecode = 0;
136 luaM_freearray(L, f->code, f->sizecode);
luac.c 280 int pc,n=f->sizecode;
390 S(f->sizecode),VOID(f));
ldump.c 76 #define DumpCode(f,D) DumpVector(f->code,f->sizecode,sizeof(Instruction),D)
lundump.c 90 f->sizecode=n;
lobject.h 479 int sizecode; member in struct:Proto
lparser.c 561 luaM_reallocvector(L, f->code, f->sizecode, fs->pc, Instruction);
562 f->sizecode = fs->pc;
    [all...]
lcode.c 216 luaM_growvector(fs->ls->L, f->code, fs->pc, f->sizecode, Instruction,
lgc.c 470 return sizeof(Proto) + sizeof(Instruction) * f->sizecode +
    [all...]

Completed in 233 milliseconds