Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitConfigInternal.h246 #ifndef SLJIT_NOINLINE
249 #define SLJIT_NOINLINE __attribute__ ((noinline)) macro
251 #define SLJIT_NOINLINE macro
/external/pcre/dist/
Dpcre_jit_compile.c10392 static SLJIT_NOINLINE int jit_machine_stack_exec(jit_arguments *arguments, void *executable_func) in jit_machine_stack_exec()