Lines Matching refs:JIT_COMPILE
2493 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()
8341 if (common->mode == JIT_COMPILE) in compile_matchingpath()
9931 if (mode == JIT_COMPILE && (re->flags & PCRE_REQCHSET) != 0 && (re->options & PCRE_NO_START_OPTIMIZ… in PRIV()
9936 if (mode != JIT_COMPILE) in PRIV()
10055 …if (mode == JIT_COMPILE && fast_forward_first_n_chars(common, (re->options & PCRE_FIRSTLINE) != 0)) in PRIV()
10068 if (mode == JIT_COMPILE && study->minlength > 0 && (re->options & PCRE_NO_START_OPTIMIZE) == 0) in PRIV()
10134 if (mode != JIT_COMPILE) in PRIV()
10422 int mode = JIT_COMPILE; in PRIV()
10509 int mode = JIT_COMPILE; in pcre_jit_exec()