Home
last modified time | relevance | path

Searched refs:aRefCnt (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DAggregation.h29 explicit StabilizedRefCount(RefCntT& aRefCnt) : mRefCnt(aRefCnt) { in StabilizedRefCount() argument
30 ++aRefCnt; in StabilizedRefCount()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DAggregation.h29 explicit StabilizedRefCount(RefCntT& aRefCnt) : mRefCnt(aRefCnt) { in StabilizedRefCount() argument
30 ++aRefCnt; in StabilizedRefCount()
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DAggregation.h29 explicit StabilizedRefCount(RefCntT& aRefCnt) : mRefCnt(aRefCnt) { in StabilizedRefCount() argument
30 ++aRefCnt; in StabilizedRefCount()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DAggregation.h29 explicit StabilizedRefCount(RefCntT& aRefCnt) : mRefCnt(aRefCnt) { in StabilizedRefCount() argument
30 ++aRefCnt; in StabilizedRefCount()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DAggregation.h29 explicit StabilizedRefCount(RefCntT& aRefCnt) : mRefCnt(aRefCnt) { in StabilizedRefCount() argument
30 ++aRefCnt; in StabilizedRefCount()
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DFileInfoImpl.h49 void FileInfo<FileManager>::GetReferences(int32_t* const aRefCnt, in GetReferences() argument
53 if (aRefCnt) { in GetReferences()
54 *aRefCnt = mRefCnt; in GetReferences()
H A DFileInfo.h47 void GetReferences(int32_t* aRefCnt, int32_t* aDBRefCnt);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DFileInfoImpl.h49 void FileInfo<FileManager>::GetReferences(int32_t* const aRefCnt, in GetReferences() argument
53 if (aRefCnt) { in GetReferences()
54 *aRefCnt = mRefCnt; in GetReferences()
H A DFileInfo.h47 void GetReferences(int32_t* aRefCnt, int32_t* aDBRefCnt);
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DFileInfoImpl.h51 void FileInfo<FileManager>::GetReferences(int32_t* const aRefCnt, in GetReferences() argument
55 if (aRefCnt) { in GetReferences()
56 *aRefCnt = mRefCnt; in GetReferences()
H A DFileInfo.h47 void GetReferences(int32_t* aRefCnt, int32_t* aDBRefCnt);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DFileInfoTImpl.h49 void FileInfoT<FileManager>::GetReferences(int32_t* const aRefCnt, in GetReferences() argument
53 if (aRefCnt) { in GetReferences()
54 *aRefCnt = mRefCnt; in GetReferences()
H A DFileInfoT.h32 void GetReferences(int32_t* aRefCnt, int32_t* aDBRefCnt);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DFileInfo.cpp110 FileInfo::GetReferences(int32_t* aRefCnt, in GetReferences() argument
118 if (aRefCnt) { in GetReferences()
119 *aRefCnt = mRefCnt; in GetReferences()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DFileInfo.cpp90 void FileInfo::GetReferences(int32_t* aRefCnt, int32_t* aDBRefCnt, in GetReferences() argument
96 if (aRefCnt) { in GetReferences()
97 *aRefCnt = mRefCnt; in GetReferences()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/build/
H A DnsXPCOM.h296 nsCycleCollectingAutoRefCnt* aRefCnt,
302 nsCycleCollectingAutoRefCnt* aRefCnt,
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/build/
H A DnsXPCOM.h311 nsCycleCollectingAutoRefCnt* aRefCnt,
317 nsCycleCollectingAutoRefCnt* aRefCnt,
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/build/
H A DnsXPCOM.h313 nsCycleCollectingAutoRefCnt* aRefCnt,
319 nsCycleCollectingAutoRefCnt* aRefCnt,
/dports/www/firefox/firefox-99.0/xpcom/build/
H A DnsXPCOM.h313 nsCycleCollectingAutoRefCnt* aRefCnt,
319 nsCycleCollectingAutoRefCnt* aRefCnt,
/dports/www/firefox-esr/firefox-91.8.0/xpcom/build/
H A DnsXPCOM.h313 nsCycleCollectingAutoRefCnt* aRefCnt,
319 nsCycleCollectingAutoRefCnt* aRefCnt,
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsCycleCollector.cpp215 nsCycleCollectingAutoRefCnt* aRefCnt) { in SuspectUsingNurseryPurpleBuffer() argument
1023 nsPurpleBufferEntry entry(aObject, aRefCnt, aCp); in Put()
1155 nsCycleCollectingAutoRefCnt* aRefCnt);
3207 nsCycleCollectingAutoRefCnt* aRefCnt) { in Suspect() argument
3228 mPurpleBuf.Put(aPtr, aParti, aRefCnt); in Suspect()
3736 if (aRefCnt->get() == 0) { in SuspectAfterShutdown()
3740 aRefCnt->stabilizeForDeletion(); in SuspectAfterShutdown()
3747 aRefCnt->RemoveFromPurpleBuffer(); in SuspectAfterShutdown()
3760 data->mCollector->Suspect(aPtr, aCp, aRefCnt); in NS_CycleCollectorSuspect3()
3763 SuspectAfterShutdown(aPtr, aCp, aRefCnt, aShouldDelete); in NS_CycleCollectorSuspect3()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DnsCycleCollector.cpp1036 nsPurpleBufferEntry entry(aObject, aRefCnt, aCp); in Put()
1168 nsCycleCollectingAutoRefCnt* aRefCnt);
3143 nsCycleCollectingAutoRefCnt* aRefCnt) { in Suspect() argument
3164 mPurpleBuf.Put(aPtr, aParti, aRefCnt); in Suspect()
3658 nsCycleCollectingAutoRefCnt* aRefCnt, bool* aShouldDelete) { in SuspectAfterShutdown() argument
3659 if (aRefCnt->get() == 0) { in SuspectAfterShutdown()
3663 aRefCnt->stabilizeForDeletion(); in SuspectAfterShutdown()
3670 aRefCnt->RemoveFromPurpleBuffer(); in SuspectAfterShutdown()
3683 data->mCollector->Suspect(aPtr, aCp, aRefCnt); in NS_CycleCollectorSuspect3()
3686 SuspectAfterShutdown(aPtr, aCp, aRefCnt, aShouldDelete); in NS_CycleCollectorSuspect3()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsCycleCollector.cpp216 nsCycleCollectingAutoRefCnt* aRefCnt) { in SuspectUsingNurseryPurpleBuffer() argument
1020 nsPurpleBufferEntry entry(aObject, aRefCnt, aCp); in Put()
1152 nsCycleCollectingAutoRefCnt* aRefCnt);
3205 nsCycleCollectingAutoRefCnt* aRefCnt) { in Suspect() argument
3226 mPurpleBuf.Put(aPtr, aParti, aRefCnt); in Suspect()
3739 if (aRefCnt->get() == 0) { in SuspectAfterShutdown()
3743 aRefCnt->stabilizeForDeletion(); in SuspectAfterShutdown()
3750 aRefCnt->RemoveFromPurpleBuffer(); in SuspectAfterShutdown()
3763 data->mCollector->Suspect(aPtr, aCp, aRefCnt); in NS_CycleCollectorSuspect3()
3766 SuspectAfterShutdown(aPtr, aCp, aRefCnt, aShouldDelete); in NS_CycleCollectorSuspect3()
[all …]
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DnsCycleCollector.cpp216 nsCycleCollectingAutoRefCnt* aRefCnt) { in SuspectUsingNurseryPurpleBuffer() argument
1020 nsPurpleBufferEntry entry(aObject, aRefCnt, aCp); in Put()
1147 nsCycleCollectingAutoRefCnt* aRefCnt);
3198 nsCycleCollectingAutoRefCnt* aRefCnt) { in Suspect() argument
3219 mPurpleBuf.Put(aPtr, aParti, aRefCnt); in Suspect()
3741 if (aRefCnt->get() == 0) { in SuspectAfterShutdown()
3745 aRefCnt->stabilizeForDeletion(); in SuspectAfterShutdown()
3752 aRefCnt->RemoveFromPurpleBuffer(); in SuspectAfterShutdown()
3765 data->mCollector->Suspect(aPtr, aCp, aRefCnt); in NS_CycleCollectorSuspect3()
3768 SuspectAfterShutdown(aPtr, aCp, aRefCnt, aShouldDelete); in NS_CycleCollectorSuspect3()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DnsCycleCollector.cpp216 nsCycleCollectingAutoRefCnt* aRefCnt) { in SuspectUsingNurseryPurpleBuffer() argument
1020 nsPurpleBufferEntry entry(aObject, aRefCnt, aCp); in Put()
1152 nsCycleCollectingAutoRefCnt* aRefCnt);
3205 nsCycleCollectingAutoRefCnt* aRefCnt) { in Suspect() argument
3226 mPurpleBuf.Put(aPtr, aParti, aRefCnt); in Suspect()
3739 if (aRefCnt->get() == 0) { in SuspectAfterShutdown()
3743 aRefCnt->stabilizeForDeletion(); in SuspectAfterShutdown()
3750 aRefCnt->RemoveFromPurpleBuffer(); in SuspectAfterShutdown()
3763 data->mCollector->Suspect(aPtr, aCp, aRefCnt); in NS_CycleCollectorSuspect3()
3766 SuspectAfterShutdown(aPtr, aCp, aRefCnt, aShouldDelete); in NS_CycleCollectorSuspect3()
[all …]

123