Searched refs:jit_compile_mode (Results 1 – 1 of 1) sorted by relevance
1122 int jit_compile_mode; in regression_tests() local1216 jit_compile_mode = PCRE2_JIT_PARTIAL_SOFT; in regression_tests()1218 jit_compile_mode = PCRE2_JIT_PARTIAL_HARD; in regression_tests()1220 jit_compile_mode = PCRE2_JIT_COMPLETE; in regression_tests()1338 if (pcre2_jit_compile_8(re8, jit_compile_mode)) { in regression_tests()1383 if (pcre2_jit_compile_16(re16, jit_compile_mode)) { in regression_tests()1428 if (pcre2_jit_compile_32(re32, jit_compile_mode)) { in regression_tests()