Home
last modified time | relevance | path

Searched refs:cpool (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c173 cpool_ptr = compiler->cpool; in push_cpool()
211 cpool_ptr = compiler->cpool; in push_inst_with_literal()
216 cpool_index = (sljit_uw)(cpool_ptr - compiler->cpool); in push_inst_with_literal()
243 compiler->cpool[cpool_index] = literal; in push_inst_with_literal()
262 compiler->cpool[compiler->cpool_fill] = literal; in push_inst_with_unique_literal()
837 buf_ptr = compiler->cpool; in sljit_generate_code()
H A DsljitLir.c424 compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) in sljit_create_compiler()
426 if (!compiler->cpool) { in sljit_create_compiler()
432 compiler->cpool_unique = (sljit_u8*)(compiler->cpool + CPOOL_SIZE); in sljit_create_compiler()
483 SLJIT_FREE(compiler->cpool, allocator_data); in sljit_free_compiler()
H A DsljitLir.h459 sljit_uw *cpool; member

Completed in 29 milliseconds