Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c160 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE); in push_cpool()
182 compiler->cpool_fill = 0; in push_cpool()
210 else if (compiler->cpool_fill > 0) { in push_inst_with_literal()
226 if (compiler->cpool_fill < CPOOL_SIZE) { in push_inst_with_literal()
227 cpool_index = compiler->cpool_fill; in push_inst_with_literal()
228 compiler->cpool_fill++; in push_inst_with_literal()
233 compiler->cpool_fill = 1; in push_inst_with_literal()
260 *ptr = inst | compiler->cpool_fill; in push_inst_with_unique_literal()
264 compiler->cpool_fill++; in push_inst_with_unique_literal()
693 if (compiler->cpool_fill > 0) in sljit_generate_code()
[all …]
H A DsljitLir.h462 sljit_uw cpool_fill; member

Completed in 18 milliseconds