Home
last modified time | relevance | path

Searched refs:m_refCount (Results 1 – 25 of 138) sorted by relevance

123456

/external/webkit/Source/JavaScriptCore/wtf/
DThreadSafeRefCounted.h75 : m_refCount(initialRefCount) in m_refCount() function
82 atomicIncrement(&m_refCount); in ref()
85 ++m_refCount; in ref()
99 return static_cast<int const volatile &>(m_refCount); in refCount()
107 WTF_ANNOTATE_HAPPENS_BEFORE(&m_refCount); in derefBase()
108 if (atomicDecrement(&m_refCount) <= 0) { in derefBase()
109 WTF_ANNOTATE_HAPPENS_AFTER(&m_refCount); in derefBase()
116 --m_refCount; in derefBase()
117 refCount = m_refCount; in derefBase()
129 int m_refCount; variable
DRefCounted.h39 ++m_refCount; in ref()
45 return m_refCount == 1; in hasOneRef()
50 return m_refCount; in refCount()
65 return &m_refCount; in addressOfCount()
70 : m_refCount(1) in RefCountedBase()
90 ASSERT(m_refCount > 0); in derefBase()
91 if (m_refCount == 1) { in derefBase()
98 --m_refCount; in derefBase()
116 int m_refCount; variable
/external/webkit/Source/JavaScriptCore/bytecompiler/
DRegisterID.h41 : m_refCount(0) in RegisterID()
50 : m_refCount(0) in RegisterID()
61 ASSERT(!m_refCount); in setIndex()
86 ++m_refCount; in ref()
91 --m_refCount; in deref()
92 ASSERT(m_refCount >= 0); in deref()
97 return m_refCount; in refCount()
102 int m_refCount;
DLabelScope.h44 : m_refCount(0) in LabelScope()
53 void ref() { ++m_refCount; } in ref()
56 --m_refCount; in deref()
57 ASSERT(m_refCount >= 0); in deref()
59 int refCount() const { return m_refCount; } in refCount()
69 int m_refCount;
DLabel.h43 : m_refCount(0) in Label()
67 void ref() { ++m_refCount; } in ref()
70 --m_refCount; in deref()
71 ASSERT(m_refCount >= 0); in deref()
73 int refCount() const { return m_refCount; } in refCount()
82 int m_refCount; variable
/external/webkit/Source/WebCore/platform/
DTreeShared.h39 : m_refCount(1) in TreeShared()
54 ASSERT(!m_refCount); in ~TreeShared()
65 ++m_refCount; in ref()
71 ASSERT(m_refCount >= 0); in deref()
75 if (--m_refCount <= 0 && !m_parent) { in deref()
87 return m_refCount == 1; in hasOneRef()
92 return m_refCount; in refCount()
126 int m_refCount; variable
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorDelegate.cpp33 :m_refCount(0) in WebInspectorDelegate()
46 return ++m_refCount; in AddRef()
51 ULONG newRef = --m_refCount; in Release()
/external/webkit/Source/WebCore/bridge/jni/
DJobjectWrapper.h49 void ref() { m_refCount++; } in ref()
52 if (!--m_refCount) in deref()
64 unsigned int m_refCount; variable
/external/webkit/Source/WebKit/win/
DWebCookieManager.cpp42 : m_refCount(0) in WebCookieManager()
72 return ++m_refCount; in AddRef()
77 ULONG newRef = --m_refCount; in Release()
DWebTextRenderer.cpp42 : m_refCount(0) in WebTextRenderer()
70 return ++m_refCount; in AddRef()
75 ULONG newRef = --m_refCount; in Release()
DCOMEnumVariant.h55 : m_refCount(0) in COMEnumVariant()
60 : m_refCount(0) in COMEnumVariant()
68 ULONG m_refCount; variable
112 return ++m_refCount; in AddRef()
118 ULONG newRef = --m_refCount; in Release()
DWebWorkersPrivate.cpp57 return ++m_refCount; in AddRef()
62 ULONG newRef = --m_refCount; in Release()
94 : m_refCount(0) in WebWorkersPrivate()
DWebGeolocationPolicyListener.cpp42 : m_refCount(0) in WebGeolocationPolicyListener()
73 return ++m_refCount; in AddRef()
78 ULONG newRef = --m_refCount; in Release()
DWebURLAuthenticationChallengeSender.cpp42 : m_refCount(0) in WebURLAuthenticationChallengeSender()
83 return ++m_refCount; in AddRef()
88 ULONG newRef = --m_refCount; in Release()
DWebGeolocationPosition.cpp42 : m_refCount(0) in WebGeolocationPosition()
72 return ++m_refCount; in AddRef()
77 ULONG newRef = --m_refCount; in Release()
DWebJavaScriptCollector.cpp42 : m_refCount(0) in WebJavaScriptCollector()
79 return ++m_refCount; in AddRef()
84 ULONG newRef = --m_refCount; in Release()
DWebScriptObject.cpp36 : m_refCount(0) in WebScriptObject()
66 return ++m_refCount; in AddRef()
71 ULONG newRef = --m_refCount; in Release()
DWebFramePolicyListener.cpp40 : m_refCount(0) in WebFramePolicyListener()
80 return ++m_refCount; in AddRef()
85 ULONG newRef = --m_refCount; in Release()
DWebSerializedJSValue.cpp34 : m_refCount(0) in WebSerializedJSValue()
53 return ++m_refCount; in AddRef()
58 ULONG newRefCount = --m_refCount; in Release()
DWebUserContentURLPattern.cpp37 : m_refCount(0) in WebUserContentURLPattern()
56 return ++m_refCount; in AddRef()
61 ULONG newRefCount = --m_refCount; in Release()
DWebDatabaseManager.cpp70 : m_refCount(0) in DatabaseDetailsPropertyBag()
74 ULONG m_refCount; member in DatabaseDetailsPropertyBag
89 return ++m_refCount; in AddRef()
94 ULONG newRef = --m_refCount; in Release()
156 : m_refCount(0) in WebDatabaseManager()
185 return ++m_refCount; in AddRef()
190 ULONG newRef = --m_refCount; in Release()
DWebNotification.cpp36 : m_refCount(0) in WebNotification()
90 return ++m_refCount; in AddRef()
95 ULONG newRef = --m_refCount; in Release()
DWebArchive.cpp54 : m_refCount(0) in WebArchive()
83 return ++m_refCount; in AddRef()
88 ULONG newRef = --m_refCount; in Release()
DWebDownload.cpp56 : m_refCount(0) in WebDownload()
115 return ++m_refCount; in AddRef()
120 ULONG newRef = --m_refCount; in Release()
DWebKitClassFactory.cpp77 , m_refCount(0) in WebKitClassFactory()
119 return ++m_refCount; in AddRef()
124 ULONG newRef = --m_refCount; in Release()

123456