Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c2493 SLJIT_ASSERT(!force || common->mode != JIT_COMPILE); in check_partial()
2495 if (common->mode == JIT_COMPILE) in check_partial()
2523 if (common->mode == JIT_COMPILE) in check_str_end()
2552 if (common->mode == JIT_COMPILE) in detect_partial_match()
5512 if (common->mode == JIT_COMPILE) in compile_char1_matchingpath()
5641 if (common->mode == JIT_COMPILE) in compile_char1_matchingpath()
5671 …if (common->mode == JIT_COMPILE && (type == OP_CHAR || !char_has_othercase(common, cc) || char_get… in compile_char1_matchingpath()
6025 if (common->mode == JIT_COMPILE) in compile_ref_matchingpath()
6050 if (common->mode == JIT_COMPILE) in compile_ref_matchingpath()
6056 if (common->mode != JIT_COMPILE) in compile_ref_matchingpath()
[all …]
Dpcre_study.c1630 PRIV(jit_compile)(re, extra, JIT_COMPILE); in pcre_study()
Dpcre_internal.h2296 enum { JIT_COMPILE, JIT_PARTIAL_SOFT_COMPILE, JIT_PARTIAL_HARD_COMPILE, enumerator