Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c164 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE); in push_cpool()
186 compiler->cpool_fill = 0; in push_cpool()
214 else if (compiler->cpool_fill > 0) { in push_inst_with_literal()
230 if (compiler->cpool_fill < CPOOL_SIZE) { in push_inst_with_literal()
231 cpool_index = compiler->cpool_fill; in push_inst_with_literal()
232 compiler->cpool_fill++; in push_inst_with_literal()
237 compiler->cpool_fill = 1; in push_inst_with_literal()
264 *ptr = inst | compiler->cpool_fill; in push_inst_with_unique_literal()
268 compiler->cpool_fill++; in push_inst_with_unique_literal()
698 if (compiler->cpool_fill > 0) in sljit_generate_code()
[all …]
H A DsljitLir.h465 sljit_uw cpool_fill; member

Completed in 24 milliseconds