Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c141 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE); in push_cpool()
163 compiler->cpool_fill = 0; in push_cpool()
191 else if (compiler->cpool_fill > 0) { in push_inst_with_literal()
207 if (compiler->cpool_fill < CPOOL_SIZE) { in push_inst_with_literal()
208 cpool_index = compiler->cpool_fill; in push_inst_with_literal()
209 compiler->cpool_fill++; in push_inst_with_literal()
214 compiler->cpool_fill = 1; in push_inst_with_literal()
241 *ptr = inst | compiler->cpool_fill; in push_inst_with_unique_literal()
245 compiler->cpool_fill++; in push_inst_with_unique_literal()
596 if (compiler->cpool_fill > 0) in sljit_generate_code()
[all …]
H A DsljitLir.h348 sljit_uw cpool_fill; member

Completed in 15 milliseconds