Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitWXExecAllocator.c160 sljit_uw *start_ptr = ((sljit_uw*)ptr) - 1; in sljit_free_exec() local
161 munmap((void*)start_ptr, *start_ptr); in sljit_free_exec()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c393 sljit_s32 start_ptr; member
3325 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->start_ptr); in do_reset_match()
3366 OP1(SLJIT_MOV, SLJIT_S0, 0, SLJIT_MEM1(SLJIT_SP), common->start_ptr); in copy_ovector()
3378 OP1(SLJIT_MOV, SLJIT_S0, 0, SLJIT_MEM1(SLJIT_SP), common->start_ptr); in copy_ovector()
3457 SLJIT_ASSERT(common->start_used_ptr != 0 && common->start_ptr != 0 in return_with_partial_match()
13865 common->start_ptr = common->ovector_start; in jit_compile()
13873 if (common->start_ptr == 0) in jit_compile()
13874 common->start_ptr = OVECTOR(0); in jit_compile()
13993 if (common->start_ptr != OVECTOR(0)) in jit_compile()
13994 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->start_ptr, STR_PTR, 0); in jit_compile()
[all …]

Completed in 37 milliseconds