Searched refs:compiler_common (Results 1 - 2 of 2) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 371 typedef struct compiler_common { struct 505 } compiler_common; typedef 872 static PCRE2_SPTR next_opcode(compiler_common *common, PCRE2_SPTR cc) in next_opcode() 1073 static BOOL check_opcode_types(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend) in check_opcode_types() 1244 static int detect_early_fail(compiler_common *common, PCRE2_SPTR cc, int *private_data_start, in detect_early_fail() 1613 static BOOL detect_repeat(compiler_common *common, PCRE2_SPTR begin) in detect_repeat() 1751 static void set_private_data_ptrs(compiler_common *common, int *private_data_start, PCRE2_SPTR ccend) in set_private_data_ptrs() 1937 static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, BOOL *needs_control_head) in get_framesize() 2123 static void init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int stacktop) in init_frame() 2257 static void delayed_mem_copy_init(delayed_mem_copy_status *status, compiler_common *commo [all...] |
H A D | pcre2_jit_simd_inc.h | 205 static void fast_forward_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2, sljit_s32 offset) 369 static jump_list *fast_requested_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2) 501 static void fast_forward_char_pair_simd(compiler_common *common, sljit_s32 offs1, 864 static void fast_forward_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2, sljit_s32 offset) 1048 static void fast_forward_char_pair_simd(compiler_common *common, sljit_s32 offs1, 1248 static void fast_forward_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2, sljit_s32 offset) 1449 static jump_list *fast_requested_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2) 1611 static void fast_forward_char_pair_simd(compiler_common *common, sljit_s32 offs1,
|
Completed in 10 milliseconds