Searched refs:V8_NOINLINE (Results 1 – 2 of 2) sorted by relevance
316 # define V8_NOINLINE __attribute__((noinline)) macro318 # define V8_NOINLINE __declspec(noinline) macro320 # define V8_NOINLINE /* NOT SUPPORTED */ macro
192 #define NO_INLINE(declarator) V8_NOINLINE declarator