| /third_party/node/test/addons/openssl-binding/ |
| D | binding.cc | 16 auto contents = buffer->GetBackingStore(); in RandomBytes() 30 auto contents = buffer->GetBackingStore(); in Hash()
|
| /third_party/node/deps/v8/src/objects/ |
| D | js-array-buffer.cc | 147 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()
|
| D | js-array-buffer-inl.h | 48 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()
|
| D | js-array-buffer.h | 111 inline std::shared_ptr<BackingStore> GetBackingStore() const;
|
| D | backing-store.cc | 967 std::shared_ptr<BackingStore> backing_store = old_buffer->GetBackingStore(); in UpdateSharedWasmMemoryObjects()
|
| D | value-serializer.cc | 1076 object->array_buffer().GetBackingStore()); in WriteWasmMemory()
|
| /third_party/node/deps/v8/include/ |
| D | v8-array-buffer.h | 265 std::shared_ptr<BackingStore> GetBackingStore(); 429 std::shared_ptr<BackingStore> GetBackingStore();
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-arraybuffer.cc | 429 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/ |
| D | binding.cc | 15 auto contents = buffer->GetBackingStore(); in CompressBytes()
|
| /third_party/node/deps/v8/src/inspector/ |
| D | v8-console.h | 123 info.Data().As<v8::ArrayBuffer>()->GetBackingStore()->Data()); in call() 130 info.Data().As<v8::ArrayBuffer>()->GetBackingStore()->Data()); in call()
|
| D | v8-console.cc | 865 *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/ |
| D | futex-emulation.cc | 387 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/ |
| D | binding.cc | 26 auto arg_bs = args[1].As<SharedArrayBuffer>()->GetBackingStore(); in RunInSeparateIsolate()
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-typedarray.cc | 59 size_t byte_length = array_buffer->GetBackingStore()->byte_length(); in RUNTIME_FUNCTION()
|
| D | runtime-debug.cc | 344 auto backing_store = js_array_buffer->GetBackingStore(); in GetInternalProperties()
|
| /third_party/node/benchmark/napi/function_args/ |
| D | binding.cc | 107 std::shared_ptr<BackingStore> bs = buffer->GetBackingStore(); in CallWithTypedarray()
|
| /third_party/node/src/ |
| D | node_blob.cc | 108 std::shared_ptr<BackingStore> store = view->Buffer()->GetBackingStore(); in New()
|
| D | node_process_methods.cc | 470 backing_store_ = ab->GetBackingStore(); in BindingData()
|
| D | node_messaging.cc | 341 msg_->AddSharedArrayBuffer(shared_array_buffer->GetBackingStore()); in GetSharedArrayBufferId() 546 std::shared_ptr<BackingStore> backing_store = ab->GetBackingStore(); in Serialize()
|
| D | node_buffer.cc | 1298 std::shared_ptr<BackingStore> store = buf->GetBackingStore(); in DetachArrayBuffer()
|
| /third_party/node/deps/v8/src/wasm/ |
| D | wasm-objects.cc | 789 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()
|
| D | wasm-js.cc | 205 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/ |
| D | d8-test.cc | 368 void* data = typed_array_arg->Buffer()->GetBackingStore()->Data(); in AddAllTypedArraySlowCallback()
|
| D | d8.cc | 3682 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/ |
| D | api.cc | 4030 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()
|