Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c11210 sljit_s32 early_fail_ptr = PRIVATE_DATA(cc + 1); in compile_iterator_matchingpath() local
11231 early_fail_type = (early_fail_ptr & 0x7); in compile_iterator_matchingpath()
11232 early_fail_ptr >>= 3; in compile_iterator_matchingpath()
11237 early_fail_ptr = 0; in compile_iterator_matchingpath()
11241 SLJIT_ASSERT(common->fast_forward_bc_ptr != NULL || early_fail_ptr == 0 in compile_iterator_matchingpath()
11242 …|| (early_fail_ptr >= common->early_fail_start_ptr && early_fail_ptr <= common->early_fail_end_ptr… in compile_iterator_matchingpath()
11245 …backtrack->topbacktracks, CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), early_fail_ptr)); in compile_iterator_matchingpath()
11263 SLJIT_ASSERT(early_fail_ptr == 0); in compile_iterator_matchingpath()
11294 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), early_fail_ptr); in compile_iterator_matchingpath()
11295 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), early_fail_ptr + (int)sizeof(sljit_sw)); in compile_iterator_matchingpath()
[all …]