Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_simd_inc.h221 add_jump(compiler, &common->failed_match, partial_quit[0]); in fast_forward_char_simd()
293 add_jump(compiler, &common->failed_match, partial_quit[1]); in fast_forward_char_simd()
326 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_simd()
338 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_simd()
538 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_pair_simd()
695 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_pair_simd()
732 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_pair_simd()
747 add_jump(compiler, &common->failed_match, JUMP(SLJIT_JUMP)); in fast_forward_char_pair_simd()
939 add_jump(compiler, &common->failed_match, partial_quit); in fast_forward_char_simd()
1115 add_jump(compiler, &common->failed_match, partial_quit); in fast_forward_char_pair_simd()
Dpcre2_jit_compile.c468 jump_list *failed_match; member
5887 add_jump(compiler, &common->failed_match, partial_quit); in fast_forward_first_char2()
6065 add_jump(compiler, &common->failed_match, JUMP(SLJIT_LESS)); in fast_forward_first_n_chars()
6072 add_jump(compiler, &common->failed_match, JUMP(SLJIT_LESS)); in fast_forward_first_n_chars()
6081 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER, STR_PTR, 0, STR_END, 0)); in fast_forward_first_n_chars()
6366 add_jump(compiler, &common->failed_match, partial_quit); in fast_forward_start_bits()
13810 if (common->failed_match != NULL) in jit_compile()
13813 set_jumps(common->failed_match, LABEL()); in jit_compile()