Lines Matching refs:FixedArrayBase
96 typedef FixedArrayBase BackingStore;
419 FixedArrayBase* backing_store) {
430 FixedArrayBase* backing_store) {
477 static MaybeObject* CopyElementsImpl(FixedArrayBase* from,
479 FixedArrayBase* to,
489 FixedArrayBase* to,
493 FixedArrayBase* from) {
507 FixedArrayBase* from) {
590 virtual uint32_t GetCapacity(FixedArrayBase* backing_store) {
600 virtual uint32_t GetKeyForIndex(FixedArrayBase* backing_store,
733 static MaybeObject* CopyElementsImpl(FixedArrayBase* from,
735 FixedArrayBase* to,
807 static MaybeObject* CopyElementsImpl(FixedArrayBase* from,
809 FixedArrayBase* to,
1105 static MaybeObject* CopyElementsImpl(FixedArrayBase* from,
1107 FixedArrayBase* to,
1249 static MaybeObject* CopyElementsImpl(FixedArrayBase* from,
1251 FixedArrayBase* to,
1263 FixedArrayBase* arguments = FixedArrayBase::cast(parameter_map->get(1));
1281 FixedArrayBase* arguments = FixedArrayBase::cast(parameter_map->get(1));
1301 ElementsAccessor* ElementsAccessor::ForArray(FixedArrayBase* array) {