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

/external/webkit/Source/JavaScriptCore/runtime/
H A DRopeImpl.h89 bool hasOneRef() { return (m_refCountAndFlags & s_refCountMask) == s_refCountIncrement; } function in class:JSC::RopeImpl
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadSafeRefCounted.h89 bool hasOneRef() function in class:WTF::ThreadSafeRefCountedBase
H A DRefCounted.h42 bool hasOneRef() const function in class:WTF::RefCountedBase
/external/webkit/Source/WebCore/platform/
H A DTreeShared.h83 bool hasOneRef() const function in class:WebCore::TreeShared
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringImpl.h242 ALWAYS_INLINE bool hasOneRef() const { return (m_refCountAndFlags & (s_refCountMask | s_refCountFlagStatic)) == s_refCountIncrement; } function in class:WTF::StringImpl

Completed in 323 milliseconds