Home
last modified time | relevance | path

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

/external/v8/include/
Dv8config.h306 # define V8_NOINLINE __attribute__((noinline)) macro
308 # define V8_NOINLINE __declspec(noinline) macro
310 # define V8_NOINLINE /* NOT SUPPORTED */ macro