Home
last modified time | relevance | path

Searched refs:V8_NOINLINE (Results 1 – 2 of 2) sorted by relevance

/external/v8/include/
Dv8config.h316 # define V8_NOINLINE __attribute__((noinline)) macro
318 # define V8_NOINLINE __declspec(noinline) macro
320 # define V8_NOINLINE /* NOT SUPPORTED */ macro
/external/v8/src/base/
Dmacros.h192 #define NO_INLINE(declarator) V8_NOINLINE declarator