Home
last modified time | relevance | path

Searched defs:hasOneRef (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DThreadSafeRefCounted.h89 bool hasOneRef() in hasOneRef() function
DRefCounted.h42 bool hasOneRef() const in hasOneRef() function
/external/webkit/Source/JavaScriptCore/runtime/
DRopeImpl.h89 bool hasOneRef() { return (m_refCountAndFlags & s_refCountMask) == s_refCountIncrement; } in hasOneRef() function
/external/webkit/Source/WebCore/platform/
DTreeShared.h83 bool hasOneRef() const in hasOneRef() function
/external/webkit/Source/JavaScriptCore/wtf/text/
DStringImpl.h242 …ALWAYS_INLINE bool hasOneRef() const { return (m_refCountAndFlags & (s_refCountMask | s_refCountFl… in hasOneRef() function