Home
last modified time | relevance | path

Searched refs:CPOOL_SIZE (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()
203 sljit_uw cpool_index = CPOOL_SIZE; in push_inst_with_literal()
224 if (cpool_index == CPOOL_SIZE) { in push_inst_with_literal()
226 if (compiler->cpool_fill < CPOOL_SIZE) { in push_inst_with_literal()
253 …piler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4092)) || compiler->cpool_fill >= CPOOL_SIZE)) in push_inst_with_unique_literal()
256 SLJIT_ASSERT(compiler->cpool_fill < CPOOL_SIZE && (inst & 0xfff) == 0); in push_inst_with_unique_literal()
H A DsljitLir.c156 # define CPOOL_SIZE 512 macro
424 compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) in sljit_create_compiler()
425 + CPOOL_SIZE * sizeof(sljit_u8), allocator_data); in sljit_create_compiler()
432 compiler->cpool_unique = (sljit_u8*)(compiler->cpool + CPOOL_SIZE); in sljit_create_compiler()

Completed in 19 milliseconds