Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c151 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE); in push_cpool()
173 compiler->cpool_fill = 0; in push_cpool()
201 else if (compiler->cpool_fill > 0) { in push_inst_with_literal()
217 if (compiler->cpool_fill < CPOOL_SIZE) { in push_inst_with_literal()
218 cpool_index = compiler->cpool_fill; in push_inst_with_literal()
219 compiler->cpool_fill++; in push_inst_with_literal()
224 compiler->cpool_fill = 1; in push_inst_with_literal()
251 *ptr = inst | compiler->cpool_fill; in push_inst_with_unique_literal()
255 compiler->cpool_fill++; in push_inst_with_unique_literal()
608 if (compiler->cpool_fill > 0) in sljit_generate_code()
[all …]
H A DsljitLir.h414 sljit_uw cpool_fill; member

Completed in 16 milliseconds