Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c302 int sizecode; member
897 f->sizecode=0;
914 luaM_freearray(L,f->code,f->sizecode,Instruction);
1942 return sizeof(Proto)+sizeof(Instruction)*p->sizecode+
3631 luaM_growvector(fs->L,f->code,fs->pc,f->sizecode,Instruction,
3906 luaM_reallocvector(L,f->code,f->sizecode,fs->pc,Instruction);
3907 f->sizecode=fs->pc;

Completed in 26 milliseconds