Searched refs:V8_NOINLINE (Results 1 – 2 of 2) sorted by relevance
315 # define V8_NOINLINE __attribute__((noinline)) macro317 # define V8_NOINLINE __declspec(noinline) macro319 # define V8_NOINLINE /* NOT SUPPORTED */ macro
262 #define NO_INLINE(declarator) V8_NOINLINE declarator