HomeSort by relevance Sort by last modified time
    Searched refs:V8_NOINLINE (Results 1 - 2 of 2) sorted by null

  /external/v8/include/
v8config.h 313 // V8_NOINLINE int GetMinusOne() { return -1; }
315 # define V8_NOINLINE __attribute__((noinline))
317 # define V8_NOINLINE __declspec(noinline)
319 # define V8_NOINLINE /* NOT SUPPORTED */
  /external/v8/src/base/
macros.h 260 // Newly written code should use V8_INLINE and V8_NOINLINE directly.
262 #define NO_INLINE(declarator) V8_NOINLINE declarator

Completed in 84 milliseconds