Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeARM_32.c149 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1; in push_cpool()
151 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE); in push_cpool()
155 *inst = 0xff000000 | compiler->cpool_fill; in push_cpool()
165 cpool_end = cpool_ptr + compiler->cpool_fill; in push_cpool()
173 compiler->cpool_fill = 0; in push_cpool()
201 else if (compiler->cpool_fill > 0) { in push_inst_with_literal()
203 cpool_end = cpool_ptr + compiler->cpool_fill; 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()
[all …]
DsljitLir.h414 sljit_uw cpool_fill; member