Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitConfigInternal.h288 #ifndef SLJIT_NOINLINE
291 #define SLJIT_NOINLINE __attribute__ ((noinline)) macro
293 #define SLJIT_NOINLINE
/third_party/pcre2/pcre2/src/
Dpcre2_jit_match.c47 static SLJIT_NOINLINE int jit_machine_stack_exec(jit_arguments *arguments, jit_function executable_… in jit_machine_stack_exec()