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

  /external/v8/src/
arguments.h 87 V8_NOINLINE static Type Stats_##Name(int args_length, Object** args_object, \
builtins.cc 98 V8_NOINLINE static Object* Builtin_Impl_Stats_##name( \
    [all...]
  /external/v8/include/
v8config.h 308 // V8_NOINLINE int GetMinusOne() { return -1; }
310 # define V8_NOINLINE __attribute__((noinline))
312 # define V8_NOINLINE __declspec(noinline)
314 # define V8_NOINLINE /* NOT SUPPORTED */
  /external/v8/src/base/
macros.h 185 // Newly written code should use V8_INLINE and V8_NOINLINE directly.
187 #define NO_INLINE(declarator) V8_NOINLINE declarator

Completed in 283 milliseconds