Home | History | Annotate | Download | only in src

Lines Matching refs:BackingStore

96   typedef FixedArrayBase BackingStore;
103 typedef Store BackingStore; \
403 typedef typename ElementsTraitsParam::BackingStore BackingStore;
410 BackingStore* backing_store) {
424 receiver, holder, key, BackingStore::cast(backing_store));
435 receiver, holder, key, BackingStore::cast(backing_store));
441 BackingStore* backing_store) {
450 array, length, BackingStore::cast(array->elements()));
455 BackingStore* backing_store);
519 BackingStore* backing_store = BackingStore::cast(from);
586 static uint32_t GetCapacityImpl(BackingStore* backing_store) {
592 BackingStore::cast(backing_store));
595 static uint32_t GetKeyForIndexImpl(BackingStore* backing_store,
603 BackingStore::cast(backing_store), index);
624 typedef typename KindTraits::BackingStore BackingStore;
628 static MaybeObject* SetLengthWithoutNormalize(BackingStore* backing_store,
647 BackingStore::OffsetOfElementAt(length);
864 typedef typename ElementsKindTraits<Kind>::BackingStore BackingStore;
872 BackingStore* backing_store) {
881 BackingStore* backing_store) {
897 BackingStore* backing_store) {
1363 typename ElementsKindTraits::BackingStore* backing_store) {