Home
last modified time | relevance | path

Searched defs:jit_compile (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/pcre/
Dpcre_study.c1481 PRIV(jit_compile)(re, extra, JIT_COMPILE); in pcre_study() local
1483 PRIV(jit_compile)(re, extra, JIT_PARTIAL_SOFT_COMPILE); in pcre_study() local
1485 PRIV(jit_compile)(re, extra, JIT_PARTIAL_HARD_COMPILE); in pcre_study() local
Dpcre_jit_compile.c6853 PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode) in PRIV() argument
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c13531 static int jit_compile(pcre2_code *code, sljit_u32 mode) in jit_compile() function