Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c393 sljit_s32 start_ptr; member
3255 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->start_ptr); in do_reset_match()
3296 OP1(SLJIT_MOV, SLJIT_S0, 0, SLJIT_MEM1(SLJIT_SP), common->start_ptr); in copy_ovector()
3308 OP1(SLJIT_MOV, SLJIT_S0, 0, SLJIT_MEM1(SLJIT_SP), common->start_ptr); in copy_ovector()
3387 SLJIT_ASSERT(common->start_used_ptr != 0 && common->start_ptr != 0 in return_with_partial_match()
13559 common->start_ptr = common->ovector_start; in jit_compile()
13567 if (common->start_ptr == 0) in jit_compile()
13568 common->start_ptr = OVECTOR(0); in jit_compile()
13684 if (common->start_ptr != OVECTOR(0)) in jit_compile()
13685 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->start_ptr, STR_PTR, 0); in jit_compile()
[all …]

Completed in 39 milliseconds