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

  /external/webkit/Source/JavaScriptCore/runtime/
RopeImpl.h 41 static PassRefPtr<RopeImpl> tryCreateUninitialized(unsigned fiberCount)
JSString.cpp 53 if (PassRefPtr<StringImpl> newImpl = StringImpl::tryCreateUninitialized(m_length, buffer))
StringPrototype.cpp 273 PassRefPtr<StringImpl> impl = StringImpl::tryCreateUninitialized(totalLength, buffer);
    [all...]
JSString.h 76 , m_rope(RopeImpl::tryCreateUninitialized(fiberCount))
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringConcatenate.h 207 RefPtr<StringImpl> resultImpl = StringImpl::tryCreateUninitialized(length, buffer);
233 RefPtr<StringImpl> resultImpl = StringImpl::tryCreateUninitialized(length, buffer);
263 RefPtr<StringImpl> resultImpl = StringImpl::tryCreateUninitialized(length, buffer);
297 RefPtr<StringImpl> resultImpl = StringImpl::tryCreateUninitialized(length, buffer);
335 RefPtr<StringImpl> resultImpl = StringImpl::tryCreateUninitialized(length, buffer);
377 RefPtr<StringImpl> resultImpl = StringImpl::tryCreateUninitialized(length, buffer);
423 RefPtr<StringImpl> resultImpl = StringImpl::tryCreateUninitialized(length, buffer);
473 RefPtr<StringImpl> resultImpl = StringImpl::tryCreateUninitialized(length, buffer);
StringImpl.h 163 static ALWAYS_INLINE PassRefPtr<StringImpl> tryCreateUninitialized(unsigned length, UChar*& output)

Completed in 154 milliseconds