Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c8810 sljit_s32 fast_str_ptr; in compile_iterator_matchingpath() local
8827 fast_str_ptr = PRIVATE_DATA(cc + 1); in compile_iterator_matchingpath()
8830 SLJIT_ASSERT(common->fast_forward_bc_ptr == NULL || fast_str_ptr == 0 || cc == common->fast_forward… in compile_iterator_matchingpath()
8835 fast_str_ptr = 0; in compile_iterator_matchingpath()
8837 SLJIT_ASSERT(common->fast_forward_bc_ptr != NULL || fast_str_ptr == 0 in compile_iterator_matchingpath()
8838 || (fast_str_ptr >= common->fast_fail_start_ptr && fast_str_ptr <= common->fast_fail_end_ptr)); in compile_iterator_matchingpath()
8853 if (fast_fail && fast_str_ptr != 0) in compile_iterator_matchingpath()
8854 … &backtrack->topbacktracks, CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), fast_str_ptr)); in compile_iterator_matchingpath()
8859 SLJIT_ASSERT(fast_str_ptr == 0); in compile_iterator_matchingpath()
8890 SLJIT_ASSERT(fast_str_ptr == 0 || opcode == OP_STAR); in compile_iterator_matchingpath()
[all …]