Searched refs:bufferOwnership (Results 1 – 4 of 4) sorted by relevance
120 ASSERT(m_substringBuffer->bufferOwnership() != BufferSubstring); in StringImpl()158 …StringImpl* ownerRep = (rep->bufferOwnership() == BufferSubstring) ? rep->m_substringBuffer : rep.… in create()206 if (bufferOwnership() == BufferSubstring) in cost()331 …BufferOwnership bufferOwnership() const { return static_cast<BufferOwnership>(m_refCountAndFlags &… in bufferOwnership() function
57 BufferOwnership ownership = bufferOwnership(); in ~StringImpl()142 BufferOwnership ownership = bufferOwnership(); in sharedBuffer()154 ASSERT(bufferOwnership() == BufferShared); in sharedBuffer()
6063 (JSC::UStringImpl::~UStringImpl): Only call bufferOwnership() once, add missing ASSERTs.6077 (JSC::UStringImpl::bufferOwnership): Return type should be BufferOwnership.8261 (JSC::UStringImpl::bufferOwnership):10416 (JSC::UStringImpl::bufferOwnership):10588 (JSC::UStringImpl::bufferOwnership):12316 (JSC::UStringImpl::bufferOwnership):
48622 (WebCore::StringImpl::bufferOwnership):