OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NEVER_INLINE
(Results
1 - 8
of
8
) sorted by null
/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/
Compiler.h
142
/*
NEVER_INLINE
*/
144
#ifndef
NEVER_INLINE
146
#define
NEVER_INLINE
__attribute__((__noinline__))
148
#define
NEVER_INLINE
PartitionAlloc.h
235
WTF_EXPORT
NEVER_INLINE
bool partitionAllocShutdown(PartitionRoot*);
237
WTF_EXPORT
NEVER_INLINE
void* partitionAllocSlowPath(PartitionBucket*);
238
WTF_EXPORT
NEVER_INLINE
void partitionFreeSlowPath(PartitionPage*);
239
WTF_EXPORT
NEVER_INLINE
void* partitionReallocGeneric(PartitionRoot*, void*, size_t);
Vector.h
918
NEVER_INLINE
void Vector<T, inlineCapacity>::appendSlowCase(const U& val)
[
all
...]
FastMalloc.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
StringStatics.cpp
55
NEVER_INLINE
unsigned StringImpl::hashSlowCase() const
StringImpl.h
443
NEVER_INLINE
unsigned hashSlowCase() const;
Completed in 105 milliseconds