Home
last modified time | relevance | path

Searched defs:backing_store (Results 1 – 25 of 28) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
Djs-array-buffer.h179 explicit ArrayBufferExtension(std::shared_ptr<BackingStore> backing_store) in ArrayBufferExtension()
193 std::shared_ptr<BackingStore> backing_store() { return backing_store_; } in backing_store() function
212 void set_backing_store(std::shared_ptr<BackingStore> backing_store) { in set_backing_store()
Djs-array-buffer.cc48 std::shared_ptr<BackingStore> backing_store) { in Setup()
71 void JSArrayBuffer::Attach(std::shared_ptr<BackingStore> backing_store) { in Attach()
122 std::shared_ptr<BackingStore> backing_store = RemoveExtension(); in Detach() local
237 auto backing_store = in GetBuffer() local
Delements.cc603 bool HasElement(JSObject holder, uint32_t index, FixedArrayBase backing_store, in HasElement()
610 FixedArrayBase backing_store, in HasElementImpl()
622 static bool HasEntryImpl(Isolate* isolate, FixedArrayBase backing_store, in HasEntryImpl()
631 static bool HasAccessorsImpl(JSObject holder, FixedArrayBase backing_store) { in HasAccessorsImpl()
644 static Handle<Object> GetImpl(Isolate* isolate, FixedArrayBase backing_store, in GetImpl()
724 Handle<FixedArrayBase> backing_store) { in SetLengthImpl()
784 FixedArrayBase backing_store) { in NumberOfElementsImpl()
1128 Handle<JSObject> object, Handle<FixedArrayBase> backing_store, in CollectElementIndices()
1135 Handle<JSObject> object, Handle<FixedArrayBase> backing_store, in CollectElementIndicesImpl()
1155 Handle<FixedArrayBase> backing_store, GetKeysConversion convert, in DirectCollectElementIndicesImpl()
[all …]
Dbacking-store.cc524 auto backing_store = in AllocateWasmMemory() local
653 Isolate* isolate, std::shared_ptr<BackingStore> backing_store) { in BroadcastSharedWasmMemoryGrow()
857 std::shared_ptr<BackingStore> backing_store) { in Register()
873 void GlobalBackingStoreRegistry::Unregister(BackingStore* backing_store) { in Unregister()
899 auto backing_store = entry.second.lock(); in Purge() local
916 Isolate* isolate, BackingStore* backing_store, in AddSharedWasmMemoryObject()
938 Isolate* isolate, std::shared_ptr<BackingStore> backing_store) { in BroadcastSharedWasmMemoryGrow()
967 std::shared_ptr<BackingStore> backing_store = old_buffer->GetBackingStore(); in UpdateSharedWasmMemoryObjects() local
Djs-array-buffer-inl.h38 DEF_GETTER(JSArrayBuffer, backing_store, void*) { in DEF_GETTER() argument
165 auto backing_store = GetBackingStore(); in BIT_FIELD_ACCESSORS() local
Dordered-hash-table.cc33 Handle<FixedArray> backing_store = isolate->factory()->NewFixedArrayWithMap( in Allocate() local
55 Handle<FixedArray> backing_store = isolate->factory()->NewFixedArrayWithMap( in AllocateEmpty() local
Dlookup.cc1340 FixedArrayBase backing_store = js_object.elements(isolate_); in LookupInRegularHolder() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-sharedarraybuffer-gen.cc99 TNode<RawPtrT> backing_store = LoadJSArrayBufferBackingStorePtr(array_buffer); in ValidateIntegerTypedArray() local
182 TNode<RawPtrT> backing_store; in TF_BUILTIN() local
285 TNode<RawPtrT> backing_store; in TF_BUILTIN() local
403 TNode<RawPtrT> backing_store; in TF_BUILTIN() local
542 TNode<RawPtrT> backing_store; in TF_BUILTIN() local
717 TNode<RawPtrT> backing_store; in AtomicBinopBuiltinCommon() local
Dbuiltins-arraybuffer.cc67 std::unique_ptr<BackingStore> backing_store; in ConstructBuffer() local
/third_party/node/deps/v8/src/snapshot/
Dreferences.h116 const SerializerReference* LookupBackingStore(void* backing_store) const { in LookupBackingStore()
127 void AddBackingStore(void* backing_store, SerializerReference reference) { in AddBackingStore()
Ddeserializer.h114 std::shared_ptr<BackingStore> backing_store(size_t i) { in backing_store() function
Dserializer.cc480 void* backing_store, int32_t byte_length, Maybe<int32_t> max_byte_length) { in SerializeBackingStore()
534 void* backing_store = reinterpret_cast<void*>( in SerializeJSTypedArray() local
550 void* backing_store; in SerializeJSArrayBuffer() local
Ddeserializer.cc417 void* backing_store = EmptyBackingStoreBuffer(); in PostProcessNewJSReceiver() local
440 auto backing_store = backing_stores_[store_index]; in PostProcessNewJSReceiver() local
1171 std::unique_ptr<BackingStore> backing_store; in ReadSingleBytecodeData() local
/third_party/node/deps/v8/src/execution/
Dfutex-emulation.cc36 static int8_t* ToWaitLocation(const BackingStore* backing_store, in ToWaitLocation()
386 std::shared_ptr<BackingStore> backing_store = in WaitSync() local
509 const std::shared_ptr<BackingStore>& backing_store, size_t wait_addr, in FutexWaitListNode()
549 std::shared_ptr<BackingStore> backing_store = in WaitAsync() local
659 std::shared_ptr<BackingStore> backing_store = array_buffer->GetBackingStore(); in Wake() local
920 std::shared_ptr<BackingStore> backing_store = array_buffer->GetBackingStore(); in NumWaitersForTesting() local
965 std::shared_ptr<BackingStore> backing_store = array_buffer->GetBackingStore(); in NumUnresolvedAsyncPromisesForTesting() local
/third_party/node/deps/v8/src/strings/
Dstring-builder.cc115 FixedArrayBuilder::FixedArrayBuilder(Handle<FixedArray> backing_store) in FixedArrayBuilder()
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc203 Handle<FixedArray> backing_store = isolate->factory()->NewFixedArray(initial); in New() local
815 auto backing_store = in New() local
830 auto backing_store = buffer->GetBackingStore(); in New() local
871 auto backing_store = BackingStore::AllocateWasmMemory( in New() local
928 std::shared_ptr<BackingStore> backing_store = old_buffer->GetBackingStore(); in Grow() local
Dwasm-js.cc205 auto backing_store = buffer->GetBackingStore(); in GET_FIRST_ARGUMENT_AS() local
215 auto backing_store = buffer->GetBackingStore(); in GET_FIRST_ARGUMENT_AS() local
Dmodule-instantiate.cc1872 Address backing_store = in ProcessExports() local
/third_party/node/src/
Dnode_messaging.cc233 std::shared_ptr<BackingStore> backing_store) { in AddSharedArrayBuffer()
546 std::shared_ptr<BackingStore> backing_store = ab->GetBackingStore(); in Serialize() local
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc344 auto backing_store = js_array_buffer->GetBackingStore(); in GetInternalProperties() local
/third_party/node/deps/v8/src/api/
Dapi.cc4009 v8::Isolate* isolate, std::unique_ptr<v8::BackingStore> backing_store, in Reallocate()
4032 std::shared_ptr<i::BackingStore> backing_store = self->GetBackingStore(); in GetBackingStore() local
4048 std::shared_ptr<i::BackingStore> backing_store = self->GetBackingStore(); in GetBackingStore() local
7945 std::shared_ptr<i::BackingStoreBase> backing_store) { in ToInternal()
7984 Isolate* isolate, std::shared_ptr<BackingStore> backing_store) { in New()
8006 std::unique_ptr<i::BackingStoreBase> backing_store = in NewBackingStore() local
8021 std::unique_ptr<i::BackingStoreBase> backing_store = in NewBackingStore() local
8167 std::unique_ptr<i::BackingStore> backing_store = in New() local
8183 Isolate* isolate, std::shared_ptr<BackingStore> backing_store) { in New()
8205 std::unique_ptr<i::BackingStoreBase> backing_store = in NewBackingStore() local
[all …]
/third_party/libdrm/intel/
Dintel_bufmgr_fake.c219 void *backing_store; member
/third_party/node/deps/v8/src/heap/
Dfactory.cc2826 std::shared_ptr<BackingStore> backing_store, AllocationType allocation) { in NewJSArrayBuffer()
2839 std::unique_ptr<BackingStore> backing_store = nullptr; in NewJSArrayBufferAndBackingStore() local
2856 std::shared_ptr<BackingStore> backing_store) { in NewJSSharedArrayBuffer()
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc1577 Label inobject(this), backing_store(this); in OverwriteExistingFastDataProperty() local
1734 Label inobject(this), backing_store(this); in StoreJSSharedStructField() local
/third_party/node/deps/v8/src/d8/
Dd8.cc5080 auto backing_store = array_buffer->GetBackingStore(); in FinalizeTransfer() local
5129 for (const auto& backing_store : data_->backing_stores()) { in ReadValue() local

12