Searched refs:MP_NOINLINE (Results 1 – 5 of 5) sorted by relevance
41 MP_NOINLINE void gc_helper_collect_regs_and_stack(void) { in gc_helper_collect_regs_and_stack()
181 MP_NOINLINE void gc_helper_collect_regs_and_stack(void) { in gc_helper_collect_regs_and_stack()
141 #define MP_NOINLINE __declspec(noinline) macro
184 MP_NOINLINE int main_(int argc, char **argv) { in main_()
1668 #ifndef MP_NOINLINE1669 #define MP_NOINLINE __attribute__((noinline)) macro
Completed in 8 milliseconds