Home
last modified time | relevance | path

Searched refs:CPOOL_SIZE (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()
207 sljit_uw cpool_index = CPOOL_SIZE; in push_inst_with_literal()
228 if (cpool_index == CPOOL_SIZE) { in push_inst_with_literal()
230 if (compiler->cpool_fill < CPOOL_SIZE) { in push_inst_with_literal()
257 …piler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4092)) || compiler->cpool_fill >= CPOOL_SIZE)) in push_inst_with_unique_literal()
260 SLJIT_ASSERT(compiler->cpool_fill < CPOOL_SIZE && (inst & 0xfff) == 0); in push_inst_with_unique_literal()
H A DsljitLir.c164 # define CPOOL_SIZE 512 macro
428 compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) in sljit_create_compiler()
429 + CPOOL_SIZE * sizeof(sljit_u8), allocator_data); in sljit_create_compiler()
436 compiler->cpool_unique = (sljit_u8*)(compiler->cpool + CPOOL_SIZE); in sljit_create_compiler()

Completed in 19 milliseconds