Searched defs:V8_NOINLINE (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/include/
H A Dv8config.h313 // V8_NOINLINE int GetMinusOne() { return -1; }
315 # define V8_NOINLINE __attribute__((noinline)) macro
317 # define V8_NOINLINE __declspec(noinline) macro
319 # define V8_NOINLINE /* NOT SUPPORTED */ macro

Completed in 104 milliseconds