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