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

  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImplBase.h 86 static const unsigned s_refCountMaskBufferOwnership = 0x3;
StringImpl.h 331 BufferOwnership bufferOwnership() const { return static_cast<BufferOwnership>(m_refCountAndFlags & s_refCountMaskBufferOwnership); }
StringImpl.cpp 151 m_refCountAndFlags = (m_refCountAndFlags & ~s_refCountMaskBufferOwnership) | BufferShared;

Completed in 1808 milliseconds