Home
last modified time | relevance | path

Searched refs:GetBackingStore (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/test/addons/openssl-binding/
Dbinding.cc16 auto contents = buffer->GetBackingStore(); in RandomBytes()
30 auto contents = buffer->GetBackingStore(); in Hash()
/third_party/node/deps/v8/src/objects/
Djs-array-buffer.cc147 return buffer.GetBackingStore()->byte_length(std::memory_order_seq_cst); in GsabByteLength()
377 buffer.GetBackingStore()->byte_length(std::memory_order_seq_cst); in LengthTrackingGsabBackedTypedArrayLength()
394 buffer().GetBackingStore()->byte_length(std::memory_order_seq_cst)) { in GetVariableLengthOrOutOfBounds()
398 return (buffer().GetBackingStore()->byte_length(std::memory_order_seq_cst) - in GetVariableLengthOrOutOfBounds()
Djs-array-buffer-inl.h48 std::shared_ptr<BackingStore> JSArrayBuffer::GetBackingStore() const { in GetBackingStore() function
59 return GetBackingStore()->byte_length(std::memory_order_seq_cst); in GetByteLength()
165 auto backing_store = GetBackingStore(); in BIT_FIELD_ACCESSORS()
Djs-array-buffer.h111 inline std::shared_ptr<BackingStore> GetBackingStore() const;
Dbacking-store.cc967 std::shared_ptr<BackingStore> backing_store = old_buffer->GetBackingStore(); in UpdateSharedWasmMemoryObjects()
Dvalue-serializer.cc1076 object->array_buffer().GetBackingStore()); in WriteWasmMemory()
/third_party/node/deps/v8/include/
Dv8-array-buffer.h265 std::shared_ptr<BackingStore> GetBackingStore();
429 std::shared_ptr<BackingStore> GetBackingStore();
/third_party/node/deps/v8/src/builtins/
Dbuiltins-arraybuffer.cc429 if (array_buffer->GetBackingStore()->ResizeInPlace( in ResizeHelper()
441 auto result = array_buffer->GetBackingStore()->GrowInPlace( in ResizeHelper()
475 array_buffer->GetBackingStore()->max_byte_length()); in BUILTIN()
/third_party/node/test/addons/zlib-binding/
Dbinding.cc15 auto contents = buffer->GetBackingStore(); in CompressBytes()
/third_party/node/deps/v8/src/inspector/
Dv8-console.h123 info.Data().As<v8::ArrayBuffer>()->GetBackingStore()->Data()); in call()
130 info.Data().As<v8::ArrayBuffer>()->GetBackingStore()->Data()); in call()
Dv8-console.cc865 *static_cast<CommandLineAPIData*>(data->GetBackingStore()->Data()) = in createCommandLineAPI()
940 info.Data().As<v8::ArrayBuffer>()->GetBackingStore()->Data()); in accessorGetterCallback()
968 info.Data().As<v8::ArrayBuffer>()->GetBackingStore()->Data()); in accessorSetterCallback()
991 m_thisReference->GetBackingStore()->Data()) = this; in CommandLineAPIScope()
1017 m_thisReference->GetBackingStore()->Data()) = nullptr; in ~CommandLineAPIScope()
/third_party/node/deps/v8/src/execution/
Dfutex-emulation.cc387 array_buffer->GetBackingStore(); in WaitSync()
550 array_buffer->GetBackingStore(); in WaitAsync()
659 std::shared_ptr<BackingStore> backing_store = array_buffer->GetBackingStore(); in Wake()
920 std::shared_ptr<BackingStore> backing_store = array_buffer->GetBackingStore(); in NumWaitersForTesting()
965 std::shared_ptr<BackingStore> backing_store = array_buffer->GetBackingStore(); in NumUnresolvedAsyncPromisesForTesting()
/third_party/node/test/addons/new-isolate-addon/
Dbinding.cc26 auto arg_bs = args[1].As<SharedArrayBuffer>()->GetBackingStore(); in RunInSeparateIsolate()
/third_party/node/deps/v8/src/runtime/
Druntime-typedarray.cc59 size_t byte_length = array_buffer->GetBackingStore()->byte_length(); in RUNTIME_FUNCTION()
Druntime-debug.cc344 auto backing_store = js_array_buffer->GetBackingStore(); in GetInternalProperties()
/third_party/node/benchmark/napi/function_args/
Dbinding.cc107 std::shared_ptr<BackingStore> bs = buffer->GetBackingStore(); in CallWithTypedarray()
/third_party/node/src/
Dnode_blob.cc108 std::shared_ptr<BackingStore> store = view->Buffer()->GetBackingStore(); in New()
Dnode_process_methods.cc470 backing_store_ = ab->GetBackingStore(); in BindingData()
Dnode_messaging.cc341 msg_->AddSharedArrayBuffer(shared_array_buffer->GetBackingStore()); in GetSharedArrayBufferId()
546 std::shared_ptr<BackingStore> backing_store = ab->GetBackingStore(); in Serialize()
Dnode_buffer.cc1298 std::shared_ptr<BackingStore> store = buf->GetBackingStore(); in DetachArrayBuffer()
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc789 buffer->GetBackingStore()->has_guard_regions()); in SetInstanceMemory()
830 auto backing_store = buffer->GetBackingStore(); in New()
928 std::shared_ptr<BackingStore> backing_store = old_buffer->GetBackingStore(); in Grow()
Dwasm-js.cc205 auto backing_store = buffer->GetBackingStore(); in GET_FIRST_ARGUMENT_AS()
215 auto backing_store = buffer->GetBackingStore(); in GET_FIRST_ARGUMENT_AS()
/third_party/node/deps/v8/src/d8/
Dd8-test.cc368 void* data = typed_array_arg->Buffer()->GetBackingStore()->Data(); in AddAllTypedArraySlowCallback()
Dd8.cc3682 memcpy(buffer->GetBackingStore()->Data(), data, length); in ReadBuffer()
4974 shared_array_buffer->GetBackingStore()); in GetSharedArrayBufferId()
5080 auto backing_store = array_buffer->GetBackingStore(); in FinalizeTransfer()
/third_party/node/deps/v8/src/api/
Dapi.cc4030 std::shared_ptr<v8::BackingStore> v8::ArrayBuffer::GetBackingStore() { in GetBackingStore() function in v8::v8::ArrayBuffer
4032 std::shared_ptr<i::BackingStore> backing_store = self->GetBackingStore(); in GetBackingStore()
4046 std::shared_ptr<v8::BackingStore> v8::SharedArrayBuffer::GetBackingStore() { in GetBackingStore() function in v8::v8::SharedArrayBuffer
4048 std::shared_ptr<i::BackingStore> backing_store = self->GetBackingStore(); in GetBackingStore()

12