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

  /external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h 144 /* NEVER_INLINE */
146 #ifndef NEVER_INLINE
148 #define NEVER_INLINE __attribute__((__noinline__))
150 #define NEVER_INLINE __declspec(noinline)
152 #define NEVER_INLINE
PartitionAlloc.h 308 WTF_EXPORT NEVER_INLINE void* partitionAllocSlowPath(PartitionRootBase*, int, size_t, PartitionBucket*);
309 WTF_EXPORT NEVER_INLINE void partitionFreeSlowPath(PartitionPage*);
310 WTF_EXPORT NEVER_INLINE void* partitionReallocGeneric(PartitionRootGeneric*, void*, size_t);
PartitionAlloc.cpp 302 static NEVER_INLINE void partitionOutOfMemory()
307 static NEVER_INLINE void partitionFull()
    [all...]
Vector.h 420 NEVER_INLINE void reallyDeallocateBuffer(T* bufferToDeallocate)
    [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 65 NEVER_INLINE unsigned StringImpl::hashSlowCase() const
StringImpl.h 436 NEVER_INLINE unsigned hashSlowCase() const;

Completed in 170 milliseconds