Lines Matching refs:BackingStore
110 typedef FixedArrayBase BackingStore; typedef in v8::internal::ElementsKindTraits
117 typedef Store BackingStore; \
555 typedef typename ElementsTraitsParam::BackingStore BackingStore; typedef in v8::internal::ElementsAccessorBase
628 return BackingStore::get(Handle<BackingStore>::cast(backing_store), key); in GetImpl()
652 Handle<BackingStore>::cast(backing_store)->is_the_hole(key) in GetAttributesImpl()
865 typedef typename KindTraits::BackingStore BackingStore; typedef in v8::internal::FastElementsAccessor
903 Handle<BackingStore>::cast(backing_store)->set_the_hole(i); in SetLengthWithoutNormalize()
930 Handle<BackingStore> backing_store = Handle<BackingStore>::cast(elements); in DeleteCommon()
935 BackingStore::cast(Handle<FixedArray>::cast(backing_store)->get(1)), in DeleteCommon()
950 backing_store = Handle<BackingStore>::cast(writable); in DeleteCommon()
992 return !Handle<BackingStore>::cast(backing_store)->is_the_hole(key); in HasElementImpl()
1010 Handle<BackingStore> backing_store = Handle<BackingStore>::cast(elements); in ValidateContents()
1012 BackingStore::get(backing_store, i)->IsSmi()) || in ValidateContents()
1263 typedef typename ElementsKindTraits<Kind>::BackingStore BackingStore; typedef in v8::internal::TypedElementsAccessor
1275 return BackingStore::get(Handle<BackingStore>::cast(backing_store), key); in GetImpl()