Home
last modified time | relevance | path

Searched refs:goodElementsAllocationAmount (Results 1 – 14 of 14) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DNativeObject.cpp688 NativeObject::goodElementsAllocationAmount(ExclusiveContext* cx, uint32_t reqCapacity, in goodElementsAllocationAmount() function in NativeObject
780 … if (!goodElementsAllocationAmount(cx, reqCapacity, getElementsHeader()->length, &newAllocated)) in growElements()
832 MOZ_ALWAYS_TRUE(goodElementsAllocationAmount(cx, reqCapacity, 0, &newAllocated)); in shrinkElements()
865 if (!goodElementsAllocationAmount(cx, initlen, 0, &newAllocated)) in CopyElementsForWrite()
H A DNativeObject.h958 static bool goodElementsAllocationAmount(ExclusiveContext* cx, uint32_t reqAllocated,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DNativeObject.cpp744 NativeObject::goodElementsAllocationAmount(ExclusiveContext* cx, uint32_t reqCapacity, in goodElementsAllocationAmount() function in NativeObject
837 … if (!goodElementsAllocationAmount(cx, reqCapacity, getElementsHeader()->length, &newAllocated)) in growElements()
889 MOZ_ALWAYS_TRUE(goodElementsAllocationAmount(cx, reqCapacity, 0, &newAllocated)); in shrinkElements()
923 if (!goodElementsAllocationAmount(cx, initlen, 0, &newAllocated)) in CopyElementsForWrite()
H A DNativeObject.h989 static bool goodElementsAllocationAmount(ExclusiveContext* cx, uint32_t reqAllocated,
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.cpp778 /* static */ bool NativeObject::goodElementsAllocationAmount( in goodElementsAllocationAmount() function in NativeObject
896 if (!goodElementsAllocationAmount(cx, reqCapacity + numShifted, in growElements()
959 MOZ_ALWAYS_TRUE(goodElementsAllocationAmount(cx, reqCapacity + numShifted, 0, in shrinkElements()
996 if (!goodElementsAllocationAmount(cx, initlen, 0, &newAllocated)) in CopyElementsForWrite()
H A DNativeObject.h1140 static bool goodElementsAllocationAmount(JSContext* cx, uint32_t reqAllocated,
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.cpp777 bool NativeObject::goodElementsAllocationAmount(JSContext* cx, in goodElementsAllocationAmount() function in NativeObject
903 if (!goodElementsAllocationAmount(cx, reqCapacity + numShifted, in growElements()
982 MOZ_ALWAYS_TRUE(goodElementsAllocationAmount(cx, reqCapacity + numShifted, 0, in shrinkElements()
1064 if (!goodElementsAllocationAmount(cx, initlen, 0, &newAllocated)) { in CopyElementsForWrite()
H A DNativeObject.h1190 static bool goodElementsAllocationAmount(JSContext* cx, uint32_t reqAllocated,
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.cpp717 bool NativeObject::goodElementsAllocationAmount(JSContext* cx, in goodElementsAllocationAmount() function in NativeObject
840 if (!goodElementsAllocationAmount(cx, reqCapacity + numShifted, in growElements()
915 MOZ_ALWAYS_TRUE(goodElementsAllocationAmount(cx, reqCapacity + numShifted, 0, in shrinkElements()
H A DNativeObject.h1259 static bool goodElementsAllocationAmount(JSContext* cx, uint32_t reqAllocated,
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.cpp685 bool NativeObject::goodElementsAllocationAmount(JSContext* cx, in goodElementsAllocationAmount() function in NativeObject
808 if (!goodElementsAllocationAmount(cx, reqCapacity + numShifted, in growElements()
883 MOZ_ALWAYS_TRUE(goodElementsAllocationAmount(cx, reqCapacity + numShifted, 0, in shrinkElements()
H A DNativeObject.h1309 static bool goodElementsAllocationAmount(JSContext* cx, uint32_t reqAllocated,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.cpp717 bool NativeObject::goodElementsAllocationAmount(JSContext* cx, in goodElementsAllocationAmount() function in NativeObject
840 if (!goodElementsAllocationAmount(cx, reqCapacity + numShifted, in growElements()
915 MOZ_ALWAYS_TRUE(goodElementsAllocationAmount(cx, reqCapacity + numShifted, 0, in shrinkElements()
H A DNativeObject.h1259 static bool goodElementsAllocationAmount(JSContext* cx, uint32_t reqAllocated,