Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc95 typedef FixedArrayBase BackingStore; typedef in v8::internal::__anon8ffe97730111::ElementsKindTraits
102 typedef Store BackingStore; \
553 typedef typename ElementsTraitsParam::BackingStore BackingStore; typedef in v8::internal::__anon8ffe97730111::ElementsAccessorBase
649 return handle(BackingStore::cast(backing_store)->get(index), isolate); in GetImpl()
782 BackingStore::cast(*backing_store)->FillWithHoles(length, old_length); in SetLengthImpl()
1279 !BackingStore::cast(backing_store) in GetEntryForIndexImpl()
1807 typedef typename KindTraits::BackingStore BackingStore; typedef in v8::internal::__anon8ffe97730111::FastElementsAccessor
1828 if (BackingStore::cast(*store)->is_the_hole(isolate, i)) continue; in NormalizeImpl()
1839 Handle<BackingStore> backing_store, uint32_t entry) { in DeleteAtEnd()
1865 Handle<BackingStore> backing_store = Handle<BackingStore>::cast(store); in DeleteCommon()
[all …]
Dobjects.cc15675 template <typename BackingStore>
15676 static int FastHoleyElementsUsage(JSObject* object, BackingStore* store) { in FastHoleyElementsUsage()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1019 MINIDUMP_MEMORY_DESCRIPTOR BackingStore; member