ALWAYS_INLINE      55 Source/bindings/v8/ScopedPersistent.h     ALWAYS_INLINE v8::Local<T> newLocal(v8::Isolate* isolate) const
ALWAYS_INLINE      95 Source/bindings/v8/ScopedPersistent.h     ALWAYS_INLINE v8::Persistent<T>& getUnsafe()
ALWAYS_INLINE     947 Source/core/css/CSSPrimitiveValue.cpp ALWAYS_INLINE static String formatNumber(double number, const char (&characters)[characterCount])
ALWAYS_INLINE    1769 Source/core/css/parser/BisonCSSParser-in.cpp ALWAYS_INLINE static void makeLower(const CharacterType* input, CharacterType* output, unsigned length)
ALWAYS_INLINE     933 Source/core/dom/Element.cpp ALWAYS_INLINE void Element::setAttributeInternal(size_t index, const QualifiedName& name, const AtomicString& newValue, SynchronizationOfLazyAttribute inSynchronizationOfLazyAttribute)
ALWAYS_INLINE      66 Source/core/dom/LiveNodeListBase.h     ALWAYS_INLINE bool hasIdNameCache() const { return !isLiveNodeListType(type()); }
ALWAYS_INLINE      67 Source/core/dom/LiveNodeListBase.h     ALWAYS_INLINE bool isRootedAtDocument() const { return m_rootType == NodeListIsRootedAtDocument; }
ALWAYS_INLINE      68 Source/core/dom/LiveNodeListBase.h     ALWAYS_INLINE NodeListInvalidationType invalidationType() const { return static_cast<NodeListInvalidationType>(m_invalidationType); }
ALWAYS_INLINE      69 Source/core/dom/LiveNodeListBase.h     ALWAYS_INLINE CollectionType type() const { return static_cast<CollectionType>(m_collectionType); }
ALWAYS_INLINE      71 Source/core/dom/LiveNodeListBase.h     ALWAYS_INLINE void invalidateCache(const QualifiedName* attrName) const
ALWAYS_INLINE      85 Source/core/dom/LiveNodeListBase.h     ALWAYS_INLINE NodeListRootType rootType() const { return static_cast<NodeListRootType>(m_rootType); }
ALWAYS_INLINE     110 Source/core/dom/LiveNodeListBase.h ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType type, const QualifiedName& attrName)
ALWAYS_INLINE      46 Source/core/dom/SelectorQuery.cpp     ALWAYS_INLINE static void appendElement(OutputType& output, Element& element)
ALWAYS_INLINE      56 Source/core/dom/SelectorQuery.cpp     ALWAYS_INLINE static void appendElement(OutputType& output, Node& element)
ALWAYS_INLINE      70 Source/core/html/CollectionIndexCache.h     ALWAYS_INLINE NodeType* cachedNode() const { return m_currentNode; }
ALWAYS_INLINE      71 Source/core/html/CollectionIndexCache.h     ALWAYS_INLINE unsigned cachedNodeIndex() const { ASSERT(cachedNode()); return m_cachedNodeIndex; }
ALWAYS_INLINE      72 Source/core/html/CollectionIndexCache.h     ALWAYS_INLINE void setCachedNode(NodeType* node, unsigned index)
ALWAYS_INLINE      79 Source/core/html/CollectionIndexCache.h     ALWAYS_INLINE bool isCachedNodeCountValid() const { return m_isLengthCacheValid; }
ALWAYS_INLINE      80 Source/core/html/CollectionIndexCache.h     ALWAYS_INLINE unsigned cachedNodeCount() const { return m_cachedNodeCount; }
ALWAYS_INLINE      81 Source/core/html/CollectionIndexCache.h     ALWAYS_INLINE void setCachedNodeCount(unsigned length)
ALWAYS_INLINE      41 Source/core/html/forms/ValidationMessage.cpp ALWAYS_INLINE ValidationMessage::ValidationMessage(HTMLFormControlElement* element)
ALWAYS_INLINE      49 Source/core/html/parser/InputStreamPreprocessor.h     ALWAYS_INLINE UChar nextInputCharacter() const { return m_nextInputCharacter; }
ALWAYS_INLINE      54 Source/core/html/parser/InputStreamPreprocessor.h     ALWAYS_INLINE bool peek(SegmentedString& source)
ALWAYS_INLINE      71 Source/core/html/parser/InputStreamPreprocessor.h     ALWAYS_INLINE bool advance(SegmentedString& source)
ALWAYS_INLINE      52 Source/core/html/track/vtt/VTTTokenizer.cpp ALWAYS_INLINE bool equalLiteral(const StringBuilder& s, const char (&characters)[charactersCount])
ALWAYS_INLINE     101 Source/core/rendering/InlineIterator.h     ALWAYS_INLINE WTF::Unicode::Direction direction() const;
ALWAYS_INLINE     425 Source/core/rendering/InlineIterator.h ALWAYS_INLINE WTF::Unicode::Direction InlineIterator::direction() const
ALWAYS_INLINE    1218 Source/core/rendering/RenderObject.h         ALWAYS_INLINE SelectionState selectionState() const { return static_cast<SelectionState>(m_selectionState); }
ALWAYS_INLINE    1219 Source/core/rendering/RenderObject.h         ALWAYS_INLINE void setSelectionState(SelectionState selectionState) { m_selectionState = selectionState; }
ALWAYS_INLINE    1221 Source/core/rendering/RenderObject.h         ALWAYS_INLINE FlowThreadState flowThreadState() const { return static_cast<FlowThreadState>(m_flowThreadState); }
ALWAYS_INLINE    1222 Source/core/rendering/RenderObject.h         ALWAYS_INLINE void setFlowThreadState(FlowThreadState flowThreadState) { m_flowThreadState = flowThreadState; }
ALWAYS_INLINE    1224 Source/core/rendering/RenderObject.h         ALWAYS_INLINE BoxDecorationState boxDecorationState() const { return static_cast<BoxDecorationState>(m_boxDecorationState); }
ALWAYS_INLINE    1225 Source/core/rendering/RenderObject.h         ALWAYS_INLINE void setBoxDecorationState(BoxDecorationState boxDecorationState) { m_boxDecorationState = boxDecorationState; }
ALWAYS_INLINE     725 Source/core/rendering/RenderText.cpp ALWAYS_INLINE float RenderText::widthFromCache(const Font& f, int start, int len, float xPos, TextDirection textDirection, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
ALWAYS_INLINE     516 Source/core/rendering/line/BreakingContextInlineHeaders.h ALWAYS_INLINE TextDirection textDirectionFromUnicode(WTF::Unicode::Direction direction)
ALWAYS_INLINE     522 Source/core/rendering/line/BreakingContextInlineHeaders.h ALWAYS_INLINE float textWidth(RenderText* text, unsigned from, unsigned len, const Font& font, float xPos, bool isFixedPitch, bool collapseWhiteSpace, HashSet<const SimpleFontData*>* fallbackFonts = 0)
ALWAYS_INLINE     100 Source/core/rendering/style/RenderStyle.cpp ALWAYS_INLINE RenderStyle::RenderStyle()
ALWAYS_INLINE     115 Source/core/rendering/style/RenderStyle.cpp ALWAYS_INLINE RenderStyle::RenderStyle(DefaultStyleTag)
ALWAYS_INLINE     138 Source/core/rendering/style/RenderStyle.cpp ALWAYS_INLINE RenderStyle::RenderStyle(const RenderStyle& o)
ALWAYS_INLINE     345 Source/core/rendering/style/RenderStyle.h     ALWAYS_INLINE RenderStyle();
ALWAYS_INLINE     350 Source/core/rendering/style/RenderStyle.h     ALWAYS_INLINE explicit RenderStyle(DefaultStyleTag);
ALWAYS_INLINE     351 Source/core/rendering/style/RenderStyle.h     ALWAYS_INLINE RenderStyle(const RenderStyle&);
ALWAYS_INLINE      71 Source/core/rendering/style/StyleImage.h     ALWAYS_INLINE bool isImageResource() const { return m_isImageResource; }
ALWAYS_INLINE      72 Source/core/rendering/style/StyleImage.h     ALWAYS_INLINE bool isPendingImage() const { return m_isPendingImage; }
ALWAYS_INLINE      73 Source/core/rendering/style/StyleImage.h     ALWAYS_INLINE bool isGeneratedImage() const { return m_isGeneratedImage; }
ALWAYS_INLINE      74 Source/core/rendering/style/StyleImage.h     ALWAYS_INLINE bool isImageResourceSet() const { return m_isImageResourceSet; }
ALWAYS_INLINE      44 Source/platform/Partitions.h     ALWAYS_INLINE static PartitionRoot* getObjectModelPartition() { return m_objectModelAllocator.root(); }
ALWAYS_INLINE      45 Source/platform/Partitions.h     ALWAYS_INLINE static PartitionRoot* getRenderingPartition() { return m_renderingAllocator.root(); }
ALWAYS_INLINE     104 Source/platform/fonts/GlyphPage.h     ALWAYS_INLINE GlyphData glyphDataForCharacter(UChar32 c) const
ALWAYS_INLINE     109 Source/platform/fonts/GlyphPage.h     ALWAYS_INLINE GlyphData glyphDataForIndex(unsigned index) const
ALWAYS_INLINE     118 Source/platform/fonts/GlyphPage.h     ALWAYS_INLINE Glyph glyphForCharacter(UChar32 c) const
ALWAYS_INLINE     123 Source/platform/fonts/GlyphPage.h     ALWAYS_INLINE Glyph glyphAt(unsigned index) const
ALWAYS_INLINE     129 Source/platform/fonts/GlyphPage.h     ALWAYS_INLINE const SimpleFontData* fontDataForCharacter(UChar32 c) const
ALWAYS_INLINE     253 Source/platform/fonts/SimpleFontData.h ALWAYS_INLINE FloatRect SimpleFontData::boundsForGlyph(Glyph glyph) const
ALWAYS_INLINE     272 Source/platform/fonts/SimpleFontData.h ALWAYS_INLINE float SimpleFontData::widthForGlyph(Glyph glyph) const
ALWAYS_INLINE      92 Source/platform/fonts/mac/ComplexTextController.h         ALWAYS_INLINE CFIndex indexAt(size_t i) const;
ALWAYS_INLINE      37 Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h ALWAYS_INLINE void unpackOneRowOfRGBA16LittleToRGBA8(const uint16_t*& source, uint8_t*& destination, unsigned& pixelsPerRow)
ALWAYS_INLINE      54 Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h ALWAYS_INLINE void unpackOneRowOfRGB16LittleToRGBA8(const uint16_t*& source, uint8_t*& destination, unsigned& pixelsPerRow)
ALWAYS_INLINE      75 Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h ALWAYS_INLINE void unpackOneRowOfARGB16LittleToRGBA8(const uint16_t*& source, uint8_t*& destination, unsigned& pixelsPerRow)
ALWAYS_INLINE      96 Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h ALWAYS_INLINE void unpackOneRowOfBGRA16LittleToRGBA8(const uint16_t*& source, uint8_t*& destination, unsigned& pixelsPerRow)
ALWAYS_INLINE     117 Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h ALWAYS_INLINE void unpackOneRowOfRGBA4444ToRGBA8(const uint16_t*& source, uint8_t*& destination, unsigned& pixelsPerRow)
ALWAYS_INLINE     145 Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h ALWAYS_INLINE void packOneRowOfRGBA8ToUnsignedShort4444(const uint8_t*& source, uint16_t*& destination, unsigned& pixelsPerRow)
ALWAYS_INLINE     173 Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h ALWAYS_INLINE void unpackOneRowOfRGBA5551ToRGBA8(const uint16_t*& source, uint8_t*& destination, unsigned& pixelsPerRow)
ALWAYS_INLINE     205 Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h ALWAYS_INLINE void packOneRowOfRGBA8ToUnsignedShort5551(const uint8_t*& source, uint16_t*& destination, unsigned& pixelsPerRow)
ALWAYS_INLINE     237 Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h ALWAYS_INLINE void unpackOneRowOfRGB565ToRGBA8(const uint16_t*& source, uint8_t*& destination, unsigned& pixelsPerRow)
ALWAYS_INLINE     269 Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h ALWAYS_INLINE void packOneRowOfRGBA8ToUnsignedShort565(const uint8_t*& source, uint16_t*& destination, unsigned& pixelsPerRow)
ALWAYS_INLINE     230 Source/platform/graphics/filters/FEConvolveMatrix.cpp static ALWAYS_INLINE unsigned char clampRGBAValue(float channel, unsigned char max = 255)
ALWAYS_INLINE     240 Source/platform/graphics/filters/FEConvolveMatrix.cpp ALWAYS_INLINE void setDestinationPixels(Uint8ClampedArray* image, int& pixel, float* totals, float divisor, float bias, Uint8ClampedArray* src)
ALWAYS_INLINE     262 Source/platform/graphics/filters/FEConvolveMatrix.cpp ALWAYS_INLINE void FEConvolveMatrix::fastSetInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd)
ALWAYS_INLINE     312 Source/platform/graphics/filters/FEConvolveMatrix.cpp ALWAYS_INLINE int FEConvolveMatrix::getPixelValue(PaintingData& paintingData, int x, int y)
ALWAYS_INLINE     402 Source/platform/graphics/filters/FEConvolveMatrix.cpp ALWAYS_INLINE void FEConvolveMatrix::setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd)
ALWAYS_INLINE     412 Source/platform/graphics/filters/FEConvolveMatrix.cpp ALWAYS_INLINE void FEConvolveMatrix::setOuterPixels(PaintingData& paintingData, int x1, int y1, int x2, int y2)
ALWAYS_INLINE      94 Source/platform/graphics/filters/FEConvolveMatrix.h     ALWAYS_INLINE void fastSetInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
ALWAYS_INLINE      96 Source/platform/graphics/filters/FEConvolveMatrix.h     ALWAYS_INLINE int getPixelValue(PaintingData&, int x, int y);
ALWAYS_INLINE     102 Source/platform/graphics/filters/FEConvolveMatrix.h     ALWAYS_INLINE void setInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
ALWAYS_INLINE     103 Source/platform/graphics/filters/FEConvolveMatrix.h     ALWAYS_INLINE void setOuterPixels(PaintingData&, int x1, int y1, int x2, int y2);
ALWAYS_INLINE     126 Source/platform/graphics/gpu/WebGLImageConversion.h     static ALWAYS_INLINE bool srcFormatComeFromDOMElementOrImageData(DataFormat SrcFormat)
ALWAYS_INLINE     112 Source/platform/text/SegmentedString.h     ALWAYS_INLINE UChar getCurrentChar()
ALWAYS_INLINE     120 Source/platform/text/SegmentedString.h     ALWAYS_INLINE UChar incrementAndGetCurrentChar()
ALWAYS_INLINE      51 Source/wtf/Atomics.h ALWAYS_INLINE int atomicAdd(int volatile* addend, int increment)
ALWAYS_INLINE      57 Source/wtf/Atomics.h ALWAYS_INLINE int atomicSubtract(int volatile* addend, int decrement)
ALWAYS_INLINE      62 Source/wtf/Atomics.h ALWAYS_INLINE int atomicIncrement(int volatile* addend) { return InterlockedIncrement(reinterpret_cast<long volatile*>(addend)); }
ALWAYS_INLINE      63 Source/wtf/Atomics.h ALWAYS_INLINE int atomicDecrement(int volatile* addend) { return InterlockedDecrement(reinterpret_cast<long volatile*>(addend)); }
ALWAYS_INLINE      65 Source/wtf/Atomics.h ALWAYS_INLINE int64_t atomicIncrement(int64_t volatile* addend) { return InterlockedIncrement64(reinterpret_cast<long long volatile*>(addend)); }
ALWAYS_INLINE      66 Source/wtf/Atomics.h ALWAYS_INLINE int64_t atomicDecrement(int64_t volatile* addend) { return InterlockedDecrement64(reinterpret_cast<long long volatile*>(addend)); }
ALWAYS_INLINE      68 Source/wtf/Atomics.h ALWAYS_INLINE int atomicTestAndSetToOne(int volatile* ptr)
ALWAYS_INLINE      75 Source/wtf/Atomics.h ALWAYS_INLINE void atomicSetOneToZero(int volatile* ptr)
ALWAYS_INLINE      84 Source/wtf/Atomics.h ALWAYS_INLINE int atomicAdd(int volatile* addend, int increment) { return __sync_add_and_fetch(addend, increment); }
ALWAYS_INLINE      86 Source/wtf/Atomics.h ALWAYS_INLINE int atomicSubtract(int volatile* addend, int decrement) { return __sync_sub_and_fetch(addend, decrement); }
ALWAYS_INLINE      88 Source/wtf/Atomics.h ALWAYS_INLINE int atomicIncrement(int volatile* addend) { return atomicAdd(addend, 1); }
ALWAYS_INLINE      89 Source/wtf/Atomics.h ALWAYS_INLINE int atomicDecrement(int volatile* addend) { return atomicSubtract(addend, 1); }
ALWAYS_INLINE      91 Source/wtf/Atomics.h ALWAYS_INLINE int64_t atomicIncrement(int64_t volatile* addend) { return __sync_add_and_fetch(addend, 1); }
ALWAYS_INLINE      92 Source/wtf/Atomics.h ALWAYS_INLINE int64_t atomicDecrement(int64_t volatile* addend) { return __sync_sub_and_fetch(addend, 1); }
ALWAYS_INLINE      94 Source/wtf/Atomics.h ALWAYS_INLINE int atomicTestAndSetToOne(int volatile* ptr)
ALWAYS_INLINE     101 Source/wtf/Atomics.h ALWAYS_INLINE void atomicSetOneToZero(int volatile* ptr)
ALWAYS_INLINE     109 Source/wtf/Atomics.h ALWAYS_INLINE void releaseStore(volatile int* ptr, int value)
ALWAYS_INLINE     114 Source/wtf/Atomics.h ALWAYS_INLINE int acquireLoad(volatile const int* ptr)
ALWAYS_INLINE     146 Source/wtf/Atomics.h ALWAYS_INLINE void releaseStore(volatile int* ptr, int value)
ALWAYS_INLINE     152 Source/wtf/Atomics.h ALWAYS_INLINE int acquireLoad(volatile const int* ptr)
ALWAYS_INLINE      53 Source/wtf/BitwiseOperations.h ALWAYS_INLINE uint32_t countLeadingZeros32(uint32_t x)
ALWAYS_INLINE      62 Source/wtf/BitwiseOperations.h ALWAYS_INLINE uint64_t countLeadingZeros64(uint64_t x)
ALWAYS_INLINE      77 Source/wtf/BitwiseOperations.h ALWAYS_INLINE uint32_t countLeadingZeros32(uint32_t x)
ALWAYS_INLINE      82 Source/wtf/BitwiseOperations.h ALWAYS_INLINE uint64_t countLeadingZeros64(uint64_t x)
ALWAYS_INLINE      91 Source/wtf/BitwiseOperations.h ALWAYS_INLINE size_t countLeadingZerosSizet(size_t x) { return countLeadingZeros64(x); }
ALWAYS_INLINE      95 Source/wtf/BitwiseOperations.h ALWAYS_INLINE size_t countLeadingZerosSizet(size_t x) { return countLeadingZeros32(x); }
ALWAYS_INLINE      49 Source/wtf/ByteSwap.h ALWAYS_INLINE uint64_t bswap64(uint64_t x) { return _byteswap_uint64(x); }
ALWAYS_INLINE      50 Source/wtf/ByteSwap.h ALWAYS_INLINE uint32_t bswap32(uint32_t x) { return _byteswap_ulong(x); }
ALWAYS_INLINE      51 Source/wtf/ByteSwap.h ALWAYS_INLINE uint16_t bswap16(uint16_t x) { return _byteswap_ushort(x); }
ALWAYS_INLINE      55 Source/wtf/ByteSwap.h ALWAYS_INLINE uint64_t bswap64(uint64_t x) { return __builtin_bswap64(x); }
ALWAYS_INLINE      56 Source/wtf/ByteSwap.h ALWAYS_INLINE uint32_t bswap32(uint32_t x) { return __builtin_bswap32(x); }
ALWAYS_INLINE      59 Source/wtf/ByteSwap.h ALWAYS_INLINE uint16_t bswap16(uint16_t x) { return __builtin_bswap16(x); }
ALWAYS_INLINE      68 Source/wtf/ByteSwap.h ALWAYS_INLINE size_t bswapuintptrt(size_t x) { return bswap64(x); }
ALWAYS_INLINE      72 Source/wtf/ByteSwap.h ALWAYS_INLINE size_t bswapuintptrt(size_t x) { return bswap32(x); }
ALWAYS_INLINE     133 Source/wtf/Compiler.h #ifndef ALWAYS_INLINE
ALWAYS_INLINE      92 Source/wtf/EnumClass.h     ALWAYS_INLINE EnumClass() { }
ALWAYS_INLINE      93 Source/wtf/EnumClass.h     ALWAYS_INLINE EnumClass(Value value) : m_value(value) { }
ALWAYS_INLINE      95 Source/wtf/EnumClass.h     ALWAYS_INLINE Value value() const { return m_value; }
ALWAYS_INLINE      97 Source/wtf/EnumClass.h     ALWAYS_INLINE bool operator==(const EnumClass other) { return m_value == other.m_value; }
ALWAYS_INLINE      98 Source/wtf/EnumClass.h     ALWAYS_INLINE bool operator!=(const EnumClass other) { return m_value != other.m_value; }
ALWAYS_INLINE      99 Source/wtf/EnumClass.h     ALWAYS_INLINE bool operator<(const EnumClass other) { return m_value < other.m_value; }
ALWAYS_INLINE     100 Source/wtf/EnumClass.h     ALWAYS_INLINE bool operator<=(const EnumClass other) { return m_value <= other.m_value; }
ALWAYS_INLINE     101 Source/wtf/EnumClass.h     ALWAYS_INLINE bool operator>(const EnumClass other) { return m_value > other.m_value; }
ALWAYS_INLINE     102 Source/wtf/EnumClass.h     ALWAYS_INLINE bool operator>=(const EnumClass other) { return m_value >= other.m_value; }
ALWAYS_INLINE     104 Source/wtf/EnumClass.h     ALWAYS_INLINE bool operator==(const Value value) { return m_value == value; }
ALWAYS_INLINE     105 Source/wtf/EnumClass.h     ALWAYS_INLINE bool operator!=(const Value value) { return m_value != value; }
ALWAYS_INLINE     106 Source/wtf/EnumClass.h     ALWAYS_INLINE bool operator<(const Value value) { return m_value < value; }
ALWAYS_INLINE     107 Source/wtf/EnumClass.h     ALWAYS_INLINE bool operator<=(const Value value) { return m_value <= value; }
ALWAYS_INLINE     108 Source/wtf/EnumClass.h     ALWAYS_INLINE bool operator>(const Value value) { return m_value > value; }
ALWAYS_INLINE     109 Source/wtf/EnumClass.h     ALWAYS_INLINE bool operator>=(const Value value) { return m_value >= value; }
ALWAYS_INLINE     111 Source/wtf/EnumClass.h     ALWAYS_INLINE operator Value() { return m_value; }
ALWAYS_INLINE     301 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE void* partitionAllocPartitionPages(PartitionRootBase* root, size_t numPartitionPages)
ALWAYS_INLINE     371 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE void partitionUnusePage(PartitionPage* page)
ALWAYS_INLINE     378 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE size_t partitionBucketSlots(const PartitionBucket* bucket)
ALWAYS_INLINE     383 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE size_t partitionBucketPartitionPages(const PartitionBucket* bucket)
ALWAYS_INLINE     388 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE void partitionPageReset(PartitionPage* page, PartitionBucket* bucket)
ALWAYS_INLINE     410 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE char* partitionPageAllocAndFillFreelist(PartitionPage* page)
ALWAYS_INLINE     480 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE bool partitionSetNewActivePage(PartitionPage* page)
ALWAYS_INLINE     532 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE PartitionDirectMapExtent* partitionPageToDirectMapExtent(PartitionPage* page)
ALWAYS_INLINE     538 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE void* partitionDirectMap(PartitionRootBase* root, int flags, size_t size)
ALWAYS_INLINE     601 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE void partitionDirectUnmap(PartitionPage* page)
ALWAYS_INLINE     676 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE void partitionFreePage(PartitionPage* page)
ALWAYS_INLINE     690 Source/wtf/PartitionAlloc.cpp static ALWAYS_INLINE void partitionRegisterEmptyPage(PartitionPage* page)
ALWAYS_INLINE     279 Source/wtf/PartitionAlloc.h     ALWAYS_INLINE PartitionBucket* buckets() { return reinterpret_cast<PartitionBucket*>(this + 1); }
ALWAYS_INLINE     280 Source/wtf/PartitionAlloc.h     ALWAYS_INLINE const PartitionBucket* buckets() const { return reinterpret_cast<const PartitionBucket*>(this + 1); }
ALWAYS_INLINE     311 Source/wtf/PartitionAlloc.h ALWAYS_INLINE PartitionFreelistEntry* partitionFreelistMask(PartitionFreelistEntry* ptr)
ALWAYS_INLINE     329 Source/wtf/PartitionAlloc.h ALWAYS_INLINE size_t partitionCookieSizeAdjustAdd(size_t size)
ALWAYS_INLINE     339 Source/wtf/PartitionAlloc.h ALWAYS_INLINE size_t partitionCookieSizeAdjustSubtract(size_t size)
ALWAYS_INLINE     349 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void* partitionCookieFreePointerAdjust(void* ptr)
ALWAYS_INLINE     358 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void partitionCookieWriteValue(void* ptr)
ALWAYS_INLINE     367 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void partitionCookieCheckValue(void* ptr)
ALWAYS_INLINE     376 Source/wtf/PartitionAlloc.h ALWAYS_INLINE char* partitionSuperPageToMetadataArea(char* ptr)
ALWAYS_INLINE     385 Source/wtf/PartitionAlloc.h ALWAYS_INLINE PartitionPage* partitionPointerToPageNoAlignmentCheck(void* ptr)
ALWAYS_INLINE     400 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void* partitionPageToPointer(PartitionPage* page)
ALWAYS_INLINE     415 Source/wtf/PartitionAlloc.h ALWAYS_INLINE PartitionPage* partitionPointerToPage(void* ptr)
ALWAYS_INLINE     423 Source/wtf/PartitionAlloc.h ALWAYS_INLINE PartitionRootBase* partitionPageToRoot(PartitionPage* page)
ALWAYS_INLINE     429 Source/wtf/PartitionAlloc.h ALWAYS_INLINE bool partitionPointerIsValid(void* ptr)
ALWAYS_INLINE     436 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void* partitionBucketAlloc(PartitionRootBase* root, int flags, size_t size, PartitionBucket* bucket)
ALWAYS_INLINE     466 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void* partitionAlloc(PartitionRoot* root, size_t size)
ALWAYS_INLINE     483 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void partitionFreeWithPage(void* ptr, PartitionPage* page)
ALWAYS_INLINE     505 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void partitionFree(void* ptr)
ALWAYS_INLINE     517 Source/wtf/PartitionAlloc.h ALWAYS_INLINE PartitionBucket* partitionGenericSizeToBucket(PartitionRootGeneric* root, size_t size)
ALWAYS_INLINE     530 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void* partitionAllocGenericFlags(PartitionRootGeneric* root, int flags, size_t size)
ALWAYS_INLINE     547 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void* partitionAllocGeneric(PartitionRootGeneric* root, size_t size)
ALWAYS_INLINE     552 Source/wtf/PartitionAlloc.h ALWAYS_INLINE void partitionFreeGeneric(PartitionRootGeneric* root, void* ptr)
ALWAYS_INLINE     571 Source/wtf/PartitionAlloc.h ALWAYS_INLINE bool partitionBucketIsDirectMapped(PartitionBucket* bucket)
ALWAYS_INLINE     576 Source/wtf/PartitionAlloc.h ALWAYS_INLINE size_t partitionDirectMapSize(size_t size)
ALWAYS_INLINE     585 Source/wtf/PartitionAlloc.h ALWAYS_INLINE size_t partitionAllocActualSize(PartitionRootGeneric* root, size_t size)
ALWAYS_INLINE     605 Source/wtf/PartitionAlloc.h ALWAYS_INLINE bool partitionAllocSupportsGetSize()
ALWAYS_INLINE     614 Source/wtf/PartitionAlloc.h ALWAYS_INLINE size_t partitionAllocGetSize(void* ptr)
ALWAYS_INLINE     636 Source/wtf/PartitionAlloc.h     ALWAYS_INLINE PartitionRoot* root() { return &m_partitionRoot; }
ALWAYS_INLINE     646 Source/wtf/PartitionAlloc.h     ALWAYS_INLINE PartitionRootGeneric* root() { return &m_partitionRoot; }
ALWAYS_INLINE      46 Source/wtf/PassRefPtr.h     template<typename T> ALWAYS_INLINE void refIfNotNull(T* ptr)
ALWAYS_INLINE      54 Source/wtf/PassRefPtr.h     template<typename T> ALWAYS_INLINE void derefIfNotNull(T* ptr)
ALWAYS_INLINE      74 Source/wtf/PassRefPtr.h         ALWAYS_INLINE ~PassRefPtr() { derefIfNotNull(m_ptr); }
ALWAYS_INLINE      39 Source/wtf/RefPtr.h         ALWAYS_INLINE RefPtr() : m_ptr(0) { }
ALWAYS_INLINE      40 Source/wtf/RefPtr.h         ALWAYS_INLINE RefPtr(std::nullptr_t) : m_ptr(0) { }
ALWAYS_INLINE      41 Source/wtf/RefPtr.h         ALWAYS_INLINE RefPtr(T* ptr) : m_ptr(ptr) { refIfNotNull(ptr); }
ALWAYS_INLINE      43 Source/wtf/RefPtr.h         ALWAYS_INLINE explicit RefPtr(T& ref) : m_ptr(&ref) { m_ptr->ref(); }
ALWAYS_INLINE      44 Source/wtf/RefPtr.h         ALWAYS_INLINE RefPtr(const RefPtr& o) : m_ptr(o.m_ptr) { refIfNotNull(m_ptr); }
ALWAYS_INLINE      54 Source/wtf/RefPtr.h         ALWAYS_INLINE ~RefPtr() { derefIfNotNull(m_ptr); }
ALWAYS_INLINE      56 Source/wtf/RefPtr.h         ALWAYS_INLINE T* get() const { return m_ptr; }
ALWAYS_INLINE      62 Source/wtf/RefPtr.h         ALWAYS_INLINE T* operator->() const { return m_ptr; }
ALWAYS_INLINE     193 Source/wtf/RefPtr.h         ALWAYS_INLINE RefPtrValuePeeker(T* p): m_ptr(p) { }
ALWAYS_INLINE     194 Source/wtf/RefPtr.h         ALWAYS_INLINE RefPtrValuePeeker(std::nullptr_t): m_ptr(0) { }
ALWAYS_INLINE     198 Source/wtf/RefPtr.h         ALWAYS_INLINE operator T*() const { return m_ptr; }
ALWAYS_INLINE      43 Source/wtf/SpinLock.h ALWAYS_INLINE void spinLockLock(int volatile* lock)
ALWAYS_INLINE      50 Source/wtf/SpinLock.h ALWAYS_INLINE void spinLockUnlock(int volatile* lock)
ALWAYS_INLINE    1032 Source/wtf/Vector.h     ALWAYS_INLINE void Vector<T, inlineCapacity, Allocator>::append(const U& val)
ALWAYS_INLINE    1060 Source/wtf/Vector.h     ALWAYS_INLINE void Vector<T, inlineCapacity, Allocator>::uncheckedAppend(const U& val)
ALWAYS_INLINE      50 Source/wtf/WTF.h     static ALWAYS_INLINE PartitionRootGeneric* getBufferPartition()
ALWAYS_INLINE     116 Source/wtf/dtoa.cpp static ALWAYS_INLINE uint32_t* storeInc(uint32_t* p, uint16_t high, uint16_t low)
ALWAYS_INLINE     374 Source/wtf/dtoa.cpp static ALWAYS_INLINE void pow5mult(BigInt& b, int k)
ALWAYS_INLINE     425 Source/wtf/dtoa.cpp static ALWAYS_INLINE void lshift(BigInt& b, int k)
ALWAYS_INLINE     488 Source/wtf/dtoa.cpp static ALWAYS_INLINE void diff(BigInt& c, const BigInt& aRef, const BigInt& bRef)
ALWAYS_INLINE     554 Source/wtf/dtoa.cpp static ALWAYS_INLINE void d2b(BigInt& b, U* d, int* e, int* bits)
ALWAYS_INLINE     612 Source/wtf/dtoa.cpp static ALWAYS_INLINE int quorem(BigInt& b, BigInt& S)
ALWAYS_INLINE      65 Source/wtf/text/AtomicString.h     ALWAYS_INLINE AtomicString(const char (&characters)[charactersCount], ConstructFromLiteralTag)
ALWAYS_INLINE     175 Source/wtf/text/AtomicString.h     ALWAYS_INLINE static PassRefPtr<StringImpl> add(const char* s) { return add(reinterpret_cast<const LChar*>(s)); };
ALWAYS_INLINE     178 Source/wtf/text/AtomicString.h     ALWAYS_INLINE static PassRefPtr<StringImpl> add(const char* s, unsigned length) { return add(reinterpret_cast<const LChar*>(s), length); };
ALWAYS_INLINE     182 Source/wtf/text/AtomicString.h     ALWAYS_INLINE static PassRefPtr<StringImpl> add(StringImpl* r)
ALWAYS_INLINE     220 Source/wtf/text/StringBuilder.cpp ALWAYS_INLINE CharType* StringBuilder::appendUninitialized(unsigned length)
ALWAYS_INLINE      51 Source/wtf/text/StringBuilder.h     ALWAYS_INLINE void append(const char* characters, unsigned length) { append(reinterpret_cast<const LChar*>(characters), length); }
ALWAYS_INLINE     167 Source/wtf/text/StringBuilder.h     ALWAYS_INLINE void appendLiteral(const char (&characters)[charactersCount]) { append(characters, charactersCount - 1); }
ALWAYS_INLINE     290 Source/wtf/text/StringBuilder.h     ALWAYS_INLINE CharType* appendUninitialized(unsigned length);
ALWAYS_INLINE     294 Source/wtf/text/StringBuilder.h     ALWAYS_INLINE CharType * getBufferCharacters();
ALWAYS_INLINE     309 Source/wtf/text/StringBuilder.h ALWAYS_INLINE LChar* StringBuilder::getBufferCharacters<LChar>()
ALWAYS_INLINE     316 Source/wtf/text/StringBuilder.h ALWAYS_INLINE UChar* StringBuilder::getBufferCharacters<UChar>()
ALWAYS_INLINE     900 Source/wtf/text/StringImpl.cpp ALWAYS_INLINE PassRefPtr<StringImpl> StringImpl::removeCharacters(const CharType* characters, CharacterMatchFunctionPtr findMatch)
ALWAYS_INLINE    1161 Source/wtf/text/StringImpl.cpp ALWAYS_INLINE size_t findIgnoringCaseInternal(const CharType* searchCharacters, const LChar* matchString, unsigned index, unsigned searchLength, unsigned matchLength)
ALWAYS_INLINE    1199 Source/wtf/text/StringImpl.cpp ALWAYS_INLINE static size_t findInternal(const SearchCharacterType* searchCharacters, const MatchCharacterType* matchCharacters, unsigned index, unsigned searchLength, unsigned matchLength)
ALWAYS_INLINE    1304 Source/wtf/text/StringImpl.cpp ALWAYS_INLINE static size_t findIgnoringCaseInner(const SearchCharacterType* searchCharacters, const MatchCharacterType* matchCharacters, unsigned index, unsigned searchLength, unsigned matchLength)
ALWAYS_INLINE    1375 Source/wtf/text/StringImpl.cpp ALWAYS_INLINE static size_t reverseFindInner(const SearchCharacterType* searchCharacters, const MatchCharacterType* matchCharacters, unsigned index, unsigned length, unsigned matchLength)
ALWAYS_INLINE    1435 Source/wtf/text/StringImpl.cpp ALWAYS_INLINE static size_t reverseFindIgnoringCaseInner(const SearchCharacterType* searchCharacters, const MatchCharacterType* matchCharacters, unsigned index, unsigned length, unsigned matchLength)
ALWAYS_INLINE    1475 Source/wtf/text/StringImpl.cpp ALWAYS_INLINE static bool equalInner(const StringImpl* stringImpl, unsigned startOffset, const char* matchString, unsigned matchLength, bool caseSensitive)
ALWAYS_INLINE     198 Source/wtf/text/StringImpl.h     ALWAYS_INLINE static PassRefPtr<StringImpl> create(const char* s, unsigned length) { return create(reinterpret_cast<const LChar*>(s), length); }
ALWAYS_INLINE     200 Source/wtf/text/StringImpl.h     ALWAYS_INLINE static PassRefPtr<StringImpl> create(const char* s) { return create(reinterpret_cast<const LChar*>(s)); }
ALWAYS_INLINE     221 Source/wtf/text/StringImpl.h     ALWAYS_INLINE const LChar* characters8() const { ASSERT(is8Bit()); return reinterpret_cast<const LChar*>(this + 1); }
ALWAYS_INLINE     222 Source/wtf/text/StringImpl.h     ALWAYS_INLINE const UChar* characters16() const { ASSERT(!is8Bit()); return reinterpret_cast<const UChar*>(this + 1); }
ALWAYS_INLINE     225 Source/wtf/text/StringImpl.h     ALWAYS_INLINE const CharType * getCharacters() const;
ALWAYS_INLINE     273 Source/wtf/text/StringImpl.h     ALWAYS_INLINE bool hasOneRef() const
ALWAYS_INLINE     278 Source/wtf/text/StringImpl.h     ALWAYS_INLINE void ref()
ALWAYS_INLINE     283 Source/wtf/text/StringImpl.h     ALWAYS_INLINE void deref()
ALWAYS_INLINE     301 Source/wtf/text/StringImpl.h     ALWAYS_INLINE static void copyChars(UChar* destination, const LChar* source, unsigned numCharacters)
ALWAYS_INLINE     359 Source/wtf/text/StringImpl.h     ALWAYS_INLINE PassRefPtr<StringImpl> removeCharacters(const CharType* characters, CharacterMatchFunctionPtr);
ALWAYS_INLINE     366 Source/wtf/text/StringImpl.h     ALWAYS_INLINE size_t find(const char* s, unsigned index = 0) { return find(reinterpret_cast<const LChar*>(s), index); }
ALWAYS_INLINE     370 Source/wtf/text/StringImpl.h     ALWAYS_INLINE size_t findIgnoringCase(const char* s, unsigned index = 0) { return findIgnoringCase(reinterpret_cast<const LChar*>(s), index); }
ALWAYS_INLINE     395 Source/wtf/text/StringImpl.h     ALWAYS_INLINE PassRefPtr<StringImpl> replace(UChar pattern, const char* replacement, unsigned replacementLength) { return replace(pattern, reinterpret_cast<const LChar*>(replacement), replacementLength); }
ALWAYS_INLINE     410 Source/wtf/text/StringImpl.h     ALWAYS_INLINE static StringStats& stringStats() { return m_stringStats; }
ALWAYS_INLINE     448 Source/wtf/text/StringImpl.h ALWAYS_INLINE const LChar* StringImpl::getCharacters<LChar>() const { return characters8(); }
ALWAYS_INLINE     451 Source/wtf/text/StringImpl.h ALWAYS_INLINE const UChar* StringImpl::getCharacters<UChar>() const { return characters16(); }
ALWAYS_INLINE     464 Source/wtf/text/StringImpl.h ALWAYS_INLINE bool equal(const CharType* a, const CharType* b, unsigned length) { return !memcmp(a, b, length * sizeof(CharType)); }
ALWAYS_INLINE     466 Source/wtf/text/StringImpl.h ALWAYS_INLINE bool equal(const LChar* a, const UChar* b, unsigned length)
ALWAYS_INLINE     475 Source/wtf/text/StringImpl.h ALWAYS_INLINE bool equal(const UChar* a, const LChar* b, unsigned length) { return equal(b, a, length); }
ALWAYS_INLINE     506 Source/wtf/text/StringImpl.h ALWAYS_INLINE size_t find(const UChar* characters, unsigned length, LChar matchCharacter, unsigned index = 0)
ALWAYS_INLINE     599 Source/wtf/text/StringImpl.h ALWAYS_INLINE size_t reverseFind(const UChar* characters, unsigned length, LChar matchCharacter, unsigned index = UINT_MAX)
ALWAYS_INLINE     618 Source/wtf/text/StringImpl.h ALWAYS_INLINE size_t StringImpl::find(char character, unsigned start)
ALWAYS_INLINE     136 Source/wtf/text/WTFString.h     ALWAYS_INLINE ~String() { }
ALWAYS_INLINE     303 Source/wtf/text/WTFString.h     ALWAYS_INLINE String& replaceWithLiteral(UChar a, const char (&characters)[charactersCount])
ALWAYS_INLINE     422 Source/wtf/unicode/UTF8.cpp ALWAYS_INLINE bool equalWithUTF8Internal(const CharType* a, const CharType* aEnd, const char* b, const char* bEnd)