Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_simd_inc.h241 add_jump(compiler, &common->failed_match, partial_quit[0]);
313 add_jump(compiler, &common->failed_match, partial_quit[1]);
346 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0));
358 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0));
545 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0));
702 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0));
739 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0));
751 add_jump(compiler, &common->failed_match, JUMP(SLJIT_JUMP));
943 add_jump(compiler, &common->failed_match, partial_quit);
1119 add_jump(compiler, &common->failed_match, partial_qui
[all...]
H A Dpcre2_jit_compile.c471 jump_list *failed_match; member
5961 add_jump(compiler, &common->failed_match, partial_quit); in fast_forward_first_char2()
6139 add_jump(compiler, &common->failed_match, JUMP(SLJIT_LESS)); in fast_forward_first_n_chars()
6146 add_jump(compiler, &common->failed_match, JUMP(SLJIT_LESS)); in fast_forward_first_n_chars()
6155 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER, STR_PTR, 0, STR_END, 0)); in fast_forward_first_n_chars()
6440 add_jump(compiler, &common->failed_match, partial_quit); in fast_forward_start_bits()
14042 if (common->failed_match != NULL) in jit_compile()
14045 set_jumps(common->failed_match, LABEL()); in jit_compile()

Completed in 22 milliseconds