Searched refs:NEVER_INLINE (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCompiler.h144 /* NEVER_INLINE */
146 #ifndef NEVER_INLINE
148 #define NEVER_INLINE __attribute__((__noinline__)) macro
150 #define NEVER_INLINE __declspec(noinline) macro
152 #define NEVER_INLINE macro
H A DPartitionAlloc.h308 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);
H A DPartitionAlloc.cpp302 static NEVER_INLINE void partitionOutOfMemory()
307 static NEVER_INLINE void partitionFull()
H A DVector.h420 NEVER_INLINE void reallyDeallocateBuffer(T* bufferToDeallocate)
1029 NEVER_INLINE void Vector<T, inlineCapacity, Allocator>::appendSlowCase(const U& val)
/external/chromium_org/third_party/smhasher/src/
H A DPlatform.h14 #define NEVER_INLINE __declspec(noinline) macro
44 #define NEVER_INLINE __attribute__((noinline)) macro
H A DSpeedTest.cpp148 // 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/
H A DStringStatics.cpp65 NEVER_INLINE unsigned StringImpl::hashSlowCase() const
H A DStringImpl.h436 NEVER_INLINE unsigned hashSlowCase() const;

Completed in 559 milliseconds