Home
last modified time | relevance | path

Searched refs:dictionarySpan (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.cpp307 uint32_t dictionarySpan = getSlotsHeader()->dictionarySlotSpan(); in growSlots() local
322 new (allocation) ObjectSlots(newCapacity, dictionarySpan); in growSlots()
342 uint32_t dictionarySpan = getSlotsHeader()->dictionarySlotSpan(); in allocateSlots() local
350 new (allocation) ObjectSlots(newCapacity, dictionarySpan); in allocateSlots()
418 uint32_t dictionarySpan = getSlotsHeader()->dictionarySlotSpan(); in shrinkSlots() local
429 setEmptyDynamicSlots(dictionarySpan); in shrinkSlots()
455 new (allocation) ObjectSlots(newCapacity, dictionarySpan); in shrinkSlots()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.cpp275 uint32_t dictionarySpan = getSlotsHeader()->dictionarySlotSpan(); in growSlots() local
290 new (allocation) ObjectSlots(newCapacity, dictionarySpan); in growSlots()
310 uint32_t dictionarySpan = getSlotsHeader()->dictionarySlotSpan(); in allocateSlots() local
318 new (allocation) ObjectSlots(newCapacity, dictionarySpan); in allocateSlots()
386 uint32_t dictionarySpan = getSlotsHeader()->dictionarySlotSpan(); in shrinkSlots() local
397 setEmptyDynamicSlots(dictionarySpan); in shrinkSlots()
423 new (allocation) ObjectSlots(newCapacity, dictionarySpan); in shrinkSlots()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.cpp307 uint32_t dictionarySpan = getSlotsHeader()->dictionarySlotSpan(); in growSlots() local
322 new (allocation) ObjectSlots(newCapacity, dictionarySpan); in growSlots()
342 uint32_t dictionarySpan = getSlotsHeader()->dictionarySlotSpan(); in allocateSlots() local
350 new (allocation) ObjectSlots(newCapacity, dictionarySpan); in allocateSlots()
418 uint32_t dictionarySpan = getSlotsHeader()->dictionarySlotSpan(); in shrinkSlots() local
429 setEmptyDynamicSlots(dictionarySpan); in shrinkSlots()
455 new (allocation) ObjectSlots(newCapacity, dictionarySpan); in shrinkSlots()