Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c302 int sizecode; member
897 f->sizecode=0;
914 luaM_freearray(L,f->code,f->sizecode,Instruction);
1941 return sizeof(Proto)+sizeof(Instruction)*p->sizecode+
3630 luaM_growvector(fs->L,f->code,fs->pc,f->sizecode,Instruction,
3905 luaM_reallocvector(L,f->code,f->sizecode,fs->pc,Instruction);
3906 f->sizecode=fs->pc;

Completed in 18 milliseconds