Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c177 cpool_ptr = compiler->cpool; in push_cpool()
215 cpool_ptr = compiler->cpool; in push_inst_with_literal()
220 cpool_index = (sljit_uw)(cpool_ptr - compiler->cpool); in push_inst_with_literal()
247 compiler->cpool[cpool_index] = literal; in push_inst_with_literal()
266 compiler->cpool[compiler->cpool_fill] = literal; in push_inst_with_unique_literal()
842 buf_ptr = compiler->cpool; in sljit_generate_code()
H A DsljitLir.h462 sljit_uw *cpool; member
H A DsljitLir.c428 compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) in sljit_create_compiler()
430 if (!compiler->cpool) { in sljit_create_compiler()
436 compiler->cpool_unique = (sljit_u8*)(compiler->cpool + CPOOL_SIZE); in sljit_create_compiler()
483 SLJIT_FREE(compiler->cpool, allocator_data); in sljit_free_compiler()

Completed in 29 milliseconds