Home
last modified time | relevance | path

Searched refs:BigBuckets (Results 1 – 7 of 7) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DNativeObject.cpp737 static const uint32_t BigBuckets[] = { in goodElementsAllocationAmount() local
745 MOZ_ASSERT(BigBuckets[ArrayLength(BigBuckets) - 1] <= MAX_DENSE_ELEMENTS_ALLOCATION); in goodElementsAllocationAmount()
748 for (uint32_t b : BigBuckets) { in goodElementsAllocationAmount()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.cpp770 static constexpr uint32_t BigBuckets[] = { in goodElementsAllocationAmount() local
777 static_assert(BigBuckets[std::size(BigBuckets) - 1] <= in goodElementsAllocationAmount()
781 for (uint32_t b : BigBuckets) { in goodElementsAllocationAmount()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.cpp738 static constexpr uint32_t BigBuckets[] = { in goodElementsAllocationAmount() local
745 static_assert(BigBuckets[std::size(BigBuckets) - 1] <= in goodElementsAllocationAmount()
749 for (uint32_t b : BigBuckets) { in goodElementsAllocationAmount()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DNativeObject.cpp793 static const uint32_t BigBuckets[] = { in goodElementsAllocationAmount() local
801 MOZ_ASSERT(BigBuckets[ArrayLength(BigBuckets) - 1] <= MAX_DENSE_ELEMENTS_ALLOCATION); in goodElementsAllocationAmount()
804 for (uint32_t b : BigBuckets) { in goodElementsAllocationAmount()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.cpp770 static constexpr uint32_t BigBuckets[] = { in goodElementsAllocationAmount() local
777 static_assert(BigBuckets[std::size(BigBuckets) - 1] <= in goodElementsAllocationAmount()
781 for (uint32_t b : BigBuckets) { in goodElementsAllocationAmount()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.cpp827 static const uint32_t BigBuckets[] = { in goodElementsAllocationAmount() local
834 MOZ_ASSERT(BigBuckets[ArrayLength(BigBuckets) - 1] <= in goodElementsAllocationAmount()
838 for (uint32_t b : BigBuckets) { in goodElementsAllocationAmount()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.cpp830 static const uint32_t BigBuckets[] = { in goodElementsAllocationAmount() local
837 MOZ_ASSERT(BigBuckets[ArrayLength(BigBuckets) - 1] <= in goodElementsAllocationAmount()
841 for (uint32_t b : BigBuckets) { in goodElementsAllocationAmount()