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/
H A Dbinding.cc16 auto contents = buffer->GetBackingStore(); in RandomBytes()
30 auto contents = buffer->GetBackingStore(); in Hash()
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer-inl.h48 std::shared_ptr<BackingStore> JSArrayBuffer::GetBackingStore() const { in GetBackingStore() function in v8::internal::JSArrayBuffer
59 return GetBackingStore()->byte_length(std::memory_order_seq_cst); in GetByteLength()
165 auto backing_store = GetBackingStore(); in IsEmpty()
H A 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()
H A Djs-array-buffer.h111 inline std::shared_ptr<BackingStore> GetBackingStore() const;
H A Dbacking-store.cc967 std::shared_ptr<BackingStore> backing_store = old_buffer->GetBackingStore(); in UpdateSharedWasmMemoryObjects()
H A Dvalue-serializer.cc1076 object->array_buffer().GetBackingStore()); in WriteWasmMemory()
/third_party/node/deps/v8/include/
H A Dv8-array-buffer.h99 * See [Shared]ArrayBuffer::GetBackingStore and
265 std::shared_ptr<BackingStore> GetBackingStore();
268 * More efficient shortcut for GetBackingStore()->Data(). The returned pointer
429 std::shared_ptr<BackingStore> GetBackingStore();
432 * More efficient shortcut for GetBackingStore()->Data(). The returned pointer
/third_party/node/deps/v8/include/v8-include/
H A Dv8-array-buffer.h115 * See [Shared]ArrayBuffer::GetBackingStore and
319 std::shared_ptr<BackingStore> GetBackingStore();
322 * More efficient shortcut for GetBackingStore()->Data(). The returned pointer
488 std::shared_ptr<BackingStore> GetBackingStore();
491 * More efficient shortcut for GetBackingStore()->Data(). The returned pointer
/third_party/node/deps/v8/src/builtins/
H A 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/
H A Dbinding.cc15 auto contents = buffer->GetBackingStore(); in CompressBytes()
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.h123 info.Data().As<v8::ArrayBuffer>()->GetBackingStore()->Data()); in call()
130 info.Data().As<v8::ArrayBuffer>()->GetBackingStore()->Data()); in call()
H A 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/test/addons/new-isolate-addon/
H A Dbinding.cc26 auto arg_bs = args[1].As<SharedArrayBuffer>()->GetBackingStore(); in RunInSeparateIsolate()
/third_party/node/deps/v8/src/execution/
H A 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/benchmark/napi/function_args/
H A Dbinding.cc107 std::shared_ptr<BackingStore> bs = buffer->GetBackingStore(); in CallWithTypedarray()
/third_party/node/deps/v8/src/runtime/
H A Druntime-typedarray.cc59 size_t byte_length = array_buffer->GetBackingStore()->byte_length(); in RUNTIME_FUNCTION()
H A Druntime-debug.cc344 auto backing_store = js_array_buffer->GetBackingStore(); in GetInternalProperties()
/third_party/node/src/
H A Dnode_blob.cc108 std::shared_ptr<BackingStore> store = view->Buffer()->GetBackingStore(); in New()
H A Dnode_process_methods.cc470 backing_store_ = ab->GetBackingStore(); in BindingData()
H A Dnode_messaging.cc341 msg_->AddSharedArrayBuffer(shared_array_buffer->GetBackingStore());
546 std::shared_ptr<BackingStore> backing_store = ab->GetBackingStore(); in Serialize()
H A Dnode_buffer.cc1298 std::shared_ptr<BackingStore> store = buf->GetBackingStore(); in DetachArrayBuffer()
/third_party/node/deps/v8/src/wasm/
H A 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()
H A Dwasm-js.cc205 auto backing_store = buffer->GetBackingStore(); in GetFirstArgumentAsBytes()
215 auto backing_store = buffer->GetBackingStore(); in GetFirstArgumentAsBytes()
/third_party/node/deps/v8/src/d8/
H A Dd8-test.cc368 void* data = typed_array_arg->Buffer()->GetBackingStore()->Data(); in AddAllTypedArraySlowCallback()
H A Dd8.cc3682 memcpy(buffer->GetBackingStore()->Data(), data, length); in ReadBuffer()
4974 shared_array_buffer->GetBackingStore());
5080 auto backing_store = array_buffer->GetBackingStore(); in FinalizeTransfer()

Completed in 44 milliseconds

12