Searched refs:set_jumps (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 3009 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps() function 5193 set_jumps(newline, LABEL()); in mainloop_entry() 6309 set_jumps(newline, loop); in fast_forward_newline() 6398 set_jumps(matches, start); in fast_forward_start_bits() 6679 set_jumps(skipread_list, LABEL()); in check_wordboundary() 6688 set_jumps(invalid_utf1, LABEL()); in check_wordboundary() 6697 set_jumps(invalid_utf2, LABEL()); in check_wordboundary() 8005 set_jumps(found, LABEL()); in compile_xclass_matchingpath() 8570 set_jumps(end_list, LABEL()); in compile_char1_matchingpath() 8649 set_jumps(end_list, LABEL()); in compile_char1_matchingpath() [all …]
|