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

  /external/webkit/JavaScriptGlue/ForwardingHeaders/wtf/
OwnFastMallocPtr.h 1 #include <JavaScriptCore/OwnFastMallocPtr.h>
  /external/webkit/WebCore/ForwardingHeaders/wtf/
OwnFastMallocPtr.h 1 #include <JavaScriptCore/OwnFastMallocPtr.h>
  /external/webkit/JavaScriptCore/wtf/
OwnFastMallocPtr.h 30 template<class T> class OwnFastMallocPtr : public Noncopyable {
32 explicit OwnFastMallocPtr(T* ptr) : m_ptr(ptr)
36 ~OwnFastMallocPtr()
50 using WTF::OwnFastMallocPtr;
  /external/webkit/JavaScriptCore/runtime/
UStringImpl.cpp 81 m_dataBuffer = UntypedPtrAndBitfield(SharedUChar::create(new OwnFastMallocPtr<UChar>(m_data)).releaseRef(), BufferShared);
UStringImpl.h 31 #include <wtf/OwnFastMallocPtr.h>
41 typedef CrossThreadRefCounted<OwnFastMallocPtr<UChar> > SharedUChar;
UString.h 32 #include <wtf/OwnFastMallocPtr.h>
  /external/webkit/WebCore/bindings/js/
JSWebGLArrayBufferConstructor.h 70 OwnFastMallocPtr<T> values(static_cast<T*>(tempValues));
JSWebGLRenderingContextCustom.cpp 61 #include <wtf/OwnFastMallocPtr.h>
  /external/webkit/WebCore/platform/text/
StringImpl.h 29 #include <wtf/OwnFastMallocPtr.h>
78 typedef CrossThreadRefCounted<OwnFastMallocPtr<UChar> > SharedUChar;
StringImpl.cpp 1041 m_sharedBufferAndFlags.set(SharedUChar::create(new OwnFastMallocPtr<UChar>(const_cast<UChar*>(m_data))).releaseRef());

Completed in 195 milliseconds