Searched refs:SLJIT_NOINLINE (Results 1 – 2 of 2) sorted by relevance
288 #ifndef SLJIT_NOINLINE291 #define SLJIT_NOINLINE __attribute__ ((noinline)) macro293 #define SLJIT_NOINLINE
47 static SLJIT_NOINLINE int jit_machine_stack_exec(jit_arguments *arguments, jit_function executable_… in jit_machine_stack_exec()