Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c8391 struct sljit_jump *brajump = NULL; in compile_assert_matchingpath() local
8418 brajump = CMP(SLJIT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0); in compile_assert_matchingpath()
8718 JUMPHERE(brajump); in compile_assert_matchingpath()
8767 JUMPHERE(brajump); in compile_assert_matchingpath()
10923 struct sljit_jump *brajump = NULL; in compile_assert_backtrackingpath() local
10961 brajump = CMP(SLJIT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0); in compile_assert_backtrackingpath()
10983 JUMPHERE(brajump); in compile_assert_backtrackingpath()