Home
last modified time | relevance | path

Searched refs:sCachedMappedAttributeAllocations (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsMappedAttributes.cpp28 if (sCachedMappedAttributeAllocations) { in Shutdown()
30 void* cachedValue = (*sCachedMappedAttributeAllocations)[i]; in Shutdown()
35 delete sCachedMappedAttributeAllocations; in Shutdown()
36 sCachedMappedAttributeAllocations = nullptr; in Shutdown()
85 if (sCachedMappedAttributeAllocations) { in operator new()
88 (*sCachedMappedAttributeAllocations)[aAttrCount] = nullptr; in operator new()
103 if (!sCachedMappedAttributeAllocations) { in LastRelease()
104 sCachedMappedAttributeAllocations = new nsTArray<void*>(); in LastRelease()
112 for (uint32_t i = sCachedMappedAttributeAllocations->Length(); in LastRelease()
114 sCachedMappedAttributeAllocations->AppendElement(nullptr); in LastRelease()
[all …]
H A DnsMappedAttributes.h112 static nsTArray<void*>* sCachedMappedAttributeAllocations; variable
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsMappedAttributes.cpp28 if (sCachedMappedAttributeAllocations) { in Shutdown()
30 void* cachedValue = (*sCachedMappedAttributeAllocations)[i]; in Shutdown()
35 delete sCachedMappedAttributeAllocations; in Shutdown()
36 sCachedMappedAttributeAllocations = nullptr; in Shutdown()
85 if (sCachedMappedAttributeAllocations) { in operator new()
88 (*sCachedMappedAttributeAllocations)[aAttrCount] = nullptr; in operator new()
103 if (!sCachedMappedAttributeAllocations) { in LastRelease()
104 sCachedMappedAttributeAllocations = new nsTArray<void*>(); in LastRelease()
112 for (uint32_t i = sCachedMappedAttributeAllocations->Length(); in LastRelease()
114 sCachedMappedAttributeAllocations->AppendElement(nullptr); in LastRelease()
[all …]
H A DnsMappedAttributes.h112 static nsTArray<void*>* sCachedMappedAttributeAllocations; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsMappedAttributes.cpp28 if (sCachedMappedAttributeAllocations) { in Shutdown()
30 void* cachedValue = (*sCachedMappedAttributeAllocations)[i]; in Shutdown()
35 delete sCachedMappedAttributeAllocations; in Shutdown()
36 sCachedMappedAttributeAllocations = nullptr; in Shutdown()
85 if (sCachedMappedAttributeAllocations) { in operator new()
88 (*sCachedMappedAttributeAllocations)[aAttrCount] = nullptr; in operator new()
103 if (!sCachedMappedAttributeAllocations) { in LastRelease()
104 sCachedMappedAttributeAllocations = new nsTArray<void*>(); in LastRelease()
112 for (uint32_t i = sCachedMappedAttributeAllocations->Length(); in LastRelease()
114 sCachedMappedAttributeAllocations->AppendElement(nullptr); in LastRelease()
[all …]
H A DnsMappedAttributes.h112 static nsTArray<void*>* sCachedMappedAttributeAllocations; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsMappedAttributes.cpp28 if (sCachedMappedAttributeAllocations) { in Shutdown()
30 void* cachedValue = (*sCachedMappedAttributeAllocations)[i]; in Shutdown()
35 delete sCachedMappedAttributeAllocations; in Shutdown()
36 sCachedMappedAttributeAllocations = nullptr; in Shutdown()
94 if (sCachedMappedAttributeAllocations) { in operator new()
97 (*sCachedMappedAttributeAllocations)[aAttrCount] = nullptr; in operator new()
112 if (!sCachedMappedAttributeAllocations) { in LastRelease()
113 sCachedMappedAttributeAllocations = new nsTArray<void*>(); in LastRelease()
121 for (uint32_t i = sCachedMappedAttributeAllocations->Length(); in LastRelease()
123 sCachedMappedAttributeAllocations->AppendElement(nullptr); in LastRelease()
[all …]
H A DnsMappedAttributes.h125 static nsTArray<void*>* sCachedMappedAttributeAllocations; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsMappedAttributes.cpp32 if (sCachedMappedAttributeAllocations) { in Shutdown()
34 void* cachedValue = (*sCachedMappedAttributeAllocations)[i]; in Shutdown()
39 delete sCachedMappedAttributeAllocations; in Shutdown()
40 sCachedMappedAttributeAllocations = nullptr; in Shutdown()
99 if (sCachedMappedAttributeAllocations) { in operator new()
102 (*sCachedMappedAttributeAllocations)[aAttrCount] = nullptr; in operator new()
117 if (!sCachedMappedAttributeAllocations) { in LastRelease()
118 sCachedMappedAttributeAllocations = new nsTArray<void*>(); in LastRelease()
126 for (uint32_t i = sCachedMappedAttributeAllocations->Length(); in LastRelease()
128 sCachedMappedAttributeAllocations->AppendElement(nullptr); in LastRelease()
[all …]
H A DnsMappedAttributes.h143 static nsTArray<void*>* sCachedMappedAttributeAllocations; variable