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

  /external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h 142 /* NEVER_INLINE */
144 #ifndef NEVER_INLINE
146 #define NEVER_INLINE __attribute__((__noinline__))
148 #define NEVER_INLINE
PartitionAlloc.h 162 WTF_EXPORT NEVER_INLINE void* partitionAllocSlowPath(PartitionBucket*);
163 WTF_EXPORT NEVER_INLINE void partitionFreeSlowPath(PartitionPageHeader*);
164 WTF_EXPORT NEVER_INLINE void* partitionReallocGeneric(PartitionRoot*, void*, size_t, size_t);
FastMalloc.cpp     [all...]
  /external/chromium_org/third_party/smhasher/src/
Platform.h 14 #define NEVER_INLINE __declspec(noinline)
44 #define NEVER_INLINE __attribute__((noinline))
SpeedTest.cpp 148 // possible by marking the function as NEVER_INLINE (to keep the optimizer from
151 NEVER_INLINE int64_t timehash ( pfHash hash, const void * key, int len, int seed )
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringStatics.cpp 57 NEVER_INLINE unsigned StringImpl::hashSlowCase() const
StringImpl.h 425 NEVER_INLINE unsigned hashSlowCase() const;

Completed in 276 milliseconds