Lines Matching refs:FixedArrayBase
112 typedef FixedArrayBase BackingStore;
150 static void CopyObjectToObjectElements(FixedArrayBase* from_base, in CopyObjectToObjectElements()
153 FixedArrayBase* to_base, in CopyObjectToObjectElements()
201 static void CopyDictionaryToObjectElements(FixedArrayBase* from_base, in CopyDictionaryToObjectElements()
203 FixedArrayBase* to_base, in CopyDictionaryToObjectElements()
255 FixedArrayBase* from_base, in CopyDoubleToObjectElements()
257 FixedArrayBase* to_base, in CopyDoubleToObjectElements()
314 static void CopyDoubleToDoubleElements(FixedArrayBase* from_base, in CopyDoubleToDoubleElements()
316 FixedArrayBase* to_base, in CopyDoubleToDoubleElements()
347 static void CopySmiToDoubleElements(FixedArrayBase* from_base, in CopySmiToDoubleElements()
349 FixedArrayBase* to_base, in CopySmiToDoubleElements()
381 static void CopyPackedSmiToDoubleElements(FixedArrayBase* from_base, in CopyPackedSmiToDoubleElements()
383 FixedArrayBase* to_base, in CopyPackedSmiToDoubleElements()
420 static void CopyObjectToDoubleElements(FixedArrayBase* from_base, in CopyObjectToDoubleElements()
422 FixedArrayBase* to_base, in CopyObjectToDoubleElements()
454 static void CopyDictionaryToDoubleElements(FixedArrayBase* from_base, in CopyDictionaryToDoubleElements()
456 FixedArrayBase* to_base, in CopyDictionaryToDoubleElements()
580 FixedArrayBase* fixed_array_base = holder->elements(); in ValidateImpl()
605 FixedArrayBase* backing_store) { in HasElementImpl()
613 FixedArrayBase* backing_store) { in HasElement()
624 FixedArrayBase* backing_store) { in Get()
646 FixedArrayBase* backing_store) { in GetImpl()
656 FixedArrayBase* backing_store) { in GetAttributes()
668 FixedArrayBase* backing_store) { in GetAttributesImpl()
679 FixedArrayBase* backing_store) { in GetType()
691 FixedArrayBase* backing_store) { in GetTypeImpl()
703 FixedArrayBase* backing_store) { in GetAccessorPair()
715 FixedArrayBase* backing_store) { in GetAccessorPairImpl()
728 FixedArrayBase* backing_store);
752 MUST_USE_RESULT static MaybeObject* CopyElementsImpl(FixedArrayBase* from, in CopyElementsImpl()
754 FixedArrayBase* to, in CopyElementsImpl()
766 FixedArrayBase* to, in CopyElements()
769 FixedArrayBase* from) { in CopyElements()
793 FixedArrayBase* from) { in AddElementsToFixedArray()
867 static uint32_t GetCapacityImpl(FixedArrayBase* backing_store) { in GetCapacityImpl()
871 virtual uint32_t GetCapacity(FixedArrayBase* backing_store) { in GetCapacity()
875 static uint32_t GetKeyForIndexImpl(FixedArrayBase* backing_store, in GetKeyForIndexImpl()
880 virtual uint32_t GetKeyForIndex(FixedArrayBase* backing_store, in GetKeyForIndex()
908 static MaybeObject* SetLengthWithoutNormalize(FixedArrayBase* backing_store, in SetLengthWithoutNormalize()
1040 FixedArrayBase* backing_store) { in HasElementImpl()
1049 FixedArrayBase* elements = holder->elements(); in ValidateContents()
1071 static inline ElementsKind ElementsKindForArray(FixedArrayBase* array) { in ElementsKindForArray()
1118 static MaybeObject* CopyElementsImpl(FixedArrayBase* from, in CopyElementsImpl()
1120 FixedArrayBase* to, in CopyElementsImpl()
1147 FixedArrayBase* arguments = FixedArrayBase::cast(parameter_map->get(1)); in CopyElementsImpl()
1249 static MaybeObject* CopyElementsImpl(FixedArrayBase* from, in CopyElementsImpl()
1251 FixedArrayBase* to, in CopyElementsImpl()
1342 FixedArrayBase* backing_store) { in GetImpl()
1353 FixedArrayBase* backing_store) { in GetAttributesImpl()
1363 FixedArrayBase* backing_store) { in GetTypeImpl()
1372 FixedArrayBase* backing_store) { in SetLengthImpl()
1388 FixedArrayBase* backing_store) { in HasElementImpl()
1497 FixedArrayBase* store, in SetLengthWithoutNormalize()
1598 MUST_USE_RESULT static MaybeObject* CopyElementsImpl(FixedArrayBase* from, in CopyElementsImpl()
1600 FixedArrayBase* to, in CopyElementsImpl()
1624 FixedArrayBase* store) { in GetImpl()
1646 FixedArrayBase* backing_store) { in GetAttributesImpl()
1660 FixedArrayBase* store) { in GetTypeImpl()
1673 FixedArrayBase* store) { in GetAccessorPairImpl()
1687 FixedArrayBase* backing_store) { in HasElementImpl()
1692 static uint32_t GetKeyForIndexImpl(FixedArrayBase* store, in GetKeyForIndexImpl()
1717 FixedArrayBase* parameters) { in GetImpl()
1749 FixedArrayBase* backing_store) { in GetAttributesImpl()
1766 FixedArrayBase* parameters) { in GetTypeImpl()
1783 FixedArrayBase* parameters) { in GetAccessorPairImpl()
1799 FixedArrayBase* parameter_map) { in SetLengthImpl()
1830 MUST_USE_RESULT static MaybeObject* CopyElementsImpl(FixedArrayBase* from, in CopyElementsImpl()
1832 FixedArrayBase* to, in CopyElementsImpl()
1841 static uint32_t GetCapacityImpl(FixedArrayBase* backing_store) { in GetCapacityImpl()
1843 FixedArrayBase* arguments = FixedArrayBase::cast(parameter_map->get(1)); in GetCapacityImpl()
1848 static uint32_t GetKeyForIndexImpl(FixedArrayBase* dict, in GetKeyForIndexImpl()
1856 FixedArrayBase* parameters) { in HasElementImpl()
1862 FixedArrayBase* arguments = in HasElementImpl()
1863 FixedArrayBase::cast(FixedArray::cast(parameter_map)->get(1)); in HasElementImpl()
1883 ElementsAccessor* ElementsAccessor::ForArray(FixedArrayBase* array) { in ForArray()
1915 FixedArrayBase* backing_store) { in SetLengthImpl()
2026 FixedArrayBase* elms; in ArrayConstructInitializeElements()