Home
last modified time | relevance | path

Searched refs:oldAllocated (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.cpp309 uint32_t oldAllocated = ObjectSlots::allocCount(oldCapacity); in growSlots() local
423 uint32_t oldAllocated = ObjectSlots::allocCount(oldCapacity); in shrinkSlots() local
860 uint32_t oldAllocated = 0; in growElements() local
879 if (oldAllocated) { in growElements()
880 RemoveCellMemory(this, oldAllocated * sizeof(HeapSlot), in growElements()
919 uint32_t oldAllocated = in shrinkElements() local
921 if (newAllocated == oldAllocated) { in shrinkElements()
933 cx, this, oldHeaderSlots, oldAllocated, newAllocated); in shrinkElements()
939 RemoveCellMemory(this, oldAllocated * sizeof(HeapSlot), in shrinkElements()
973 uint32_t oldAllocated = header->numAllocatedElements(); in shrinkCapacityToInitializedLength() local
[all …]
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.cpp277 uint32_t oldAllocated = ObjectSlots::allocCount(oldCapacity); in growSlots() local
391 uint32_t oldAllocated = ObjectSlots::allocCount(oldCapacity); in shrinkSlots() local
828 uint32_t oldAllocated = 0; in growElements() local
847 if (oldAllocated) { in growElements()
848 RemoveCellMemory(this, oldAllocated * sizeof(HeapSlot), in growElements()
887 uint32_t oldAllocated = in shrinkElements() local
889 if (newAllocated == oldAllocated) { in shrinkElements()
901 cx, this, oldHeaderSlots, oldAllocated, newAllocated); in shrinkElements()
907 RemoveCellMemory(this, oldAllocated * sizeof(HeapSlot), in shrinkElements()
941 uint32_t oldAllocated = header->numAllocatedElements(); in shrinkCapacityToInitializedLength() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.cpp309 uint32_t oldAllocated = ObjectSlots::allocCount(oldCapacity); in growSlots() local
423 uint32_t oldAllocated = ObjectSlots::allocCount(oldCapacity); in shrinkSlots() local
860 uint32_t oldAllocated = 0; in growElements() local
879 if (oldAllocated) { in growElements()
880 RemoveCellMemory(this, oldAllocated * sizeof(HeapSlot), in growElements()
919 uint32_t oldAllocated = in shrinkElements() local
921 if (newAllocated == oldAllocated) { in shrinkElements()
933 cx, this, oldHeaderSlots, oldAllocated, newAllocated); in shrinkElements()
939 RemoveCellMemory(this, oldAllocated * sizeof(HeapSlot), in shrinkElements()
973 uint32_t oldAllocated = header->numAllocatedElements(); in shrinkCapacityToInitializedLength() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.cpp923 uint32_t oldAllocated = 0; in growElements() local
926 oldAllocated = oldCapacity + ObjectElements::VALUES_PER_HEADER + numShifted; in growElements()
929 cx, this, oldHeaderSlots, oldAllocated, newAllocated); in growElements()
942 if (oldAllocated) { in growElements()
943 RemoveCellMemory(this, oldAllocated * sizeof(HeapSlot), in growElements()
986 uint32_t oldAllocated = in shrinkElements() local
988 if (newAllocated == oldAllocated) { in shrinkElements()
1000 cx, this, oldHeaderSlots, oldAllocated, newAllocated); in shrinkElements()
1006 RemoveCellMemory(this, oldAllocated * sizeof(HeapSlot), in shrinkElements()
1040 uint32_t oldAllocated = header->numAllocatedElements(); in shrinkCapacityToInitializedLength() local
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DNativeObject.cpp797 uint32_t oldAllocated = oldCapacity + ObjectElements::VALUES_PER_HEADER; in growElements() local
799 …newHeaderSlots = ReallocateObjectBuffer<HeapSlot>(cx, this, oldHeaderSlots, oldAllocated, newAlloc… in growElements()
834 uint32_t oldAllocated = oldCapacity + ObjectElements::VALUES_PER_HEADER; in shrinkElements() local
835 if (newAllocated == oldAllocated) in shrinkElements()
844 oldAllocated, newAllocated); in shrinkElements()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DNativeObject.cpp854 uint32_t oldAllocated = oldCapacity + ObjectElements::VALUES_PER_HEADER; in growElements() local
856 …newHeaderSlots = ReallocateObjectBuffer<HeapSlot>(cx, this, oldHeaderSlots, oldAllocated, newAlloc… in growElements()
891 uint32_t oldAllocated = oldCapacity + ObjectElements::VALUES_PER_HEADER; in shrinkElements() local
892 if (newAllocated == oldAllocated) in shrinkElements()
901 oldAllocated, newAllocated); in shrinkElements()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.cpp918 uint32_t oldAllocated = in growElements() local
922 cx, this, oldHeaderSlots, oldAllocated, newAllocated); in growElements()
963 uint32_t oldAllocated = in shrinkElements() local
965 if (newAllocated == oldAllocated) return; // Leave elements at its old size. in shrinkElements()
975 cx, this, oldHeaderSlots, oldAllocated, newAllocated); in shrinkElements()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/embedded/
H A Dqwindowsystem_qws.cpp3304 const QRegion oldAllocated = embedded->allocatedRegion(); in invokeEmbed() local
3306 exposeRegion(oldAllocated - embedded->allocatedRegion(), in invokeEmbed()
3915 const QRegion oldAllocated = changingw->allocatedRegion(); in request_region() local
3917 if (oldAllocated == changingw->allocatedRegion()) { in request_region()