Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c385 PCRE2_SPTR fast_forward_bc_ptr; member
1050 common->fast_forward_bc_ptr = cc; in detect_fast_forward_skip()
8830 SLJIT_ASSERT(common->fast_forward_bc_ptr == NULL || fast_str_ptr == 0 || cc == common->fast_forward… in compile_iterator_matchingpath()
8832 if (cc == common->fast_forward_bc_ptr) in compile_iterator_matchingpath()
8837 SLJIT_ASSERT(common->fast_forward_bc_ptr != NULL || fast_str_ptr == 0 in compile_iterator_matchingpath()
11112 if (common->fast_forward_bc_ptr != NULL) in jit_compile()
11113 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), PRIVATE_DATA(common->fast_forward_bc_ptr + 1), STR_PTR, 0); in jit_compile()
11198 …(common->fast_forward_bc_ptr != NULL) ? (PRIVATE_DATA(common->fast_forward_bc_ptr + 1)) : common->… in jit_compile()
11248 common->fast_forward_bc_ptr = NULL; in jit_compile()