Home
last modified time | relevance | path

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

/third_party/node/src/
Dallocated_buffer-inl.h38 std::unique_ptr<v8::BackingStore> bs = in AllocateManaged()
44 Environment* env, std::unique_ptr<v8::BackingStore> bs) in AllocatedBuffer()
64 backing_store_ = v8::BackingStore::Reallocate( in Resize()
Dallocated_buffer.h41 Environment* env, std::unique_ptr<v8::BackingStore> bs);
64 std::unique_ptr<v8::BackingStore> backing_store_;
Dnode_blob.h19 std::shared_ptr<v8::BackingStore> store;
126 std::shared_ptr<v8::BackingStore> destination_;
Dnode_messaging.h77 void AddSharedArrayBuffer(std::shared_ptr<v8::BackingStore> backing_store);
100 std::vector<std::shared_ptr<v8::BackingStore>> array_buffers_;
101 std::vector<std::shared_ptr<v8::BackingStore>> shared_array_buffers_;
Daliased_struct.h54 std::shared_ptr<v8::BackingStore> store_;
Dnode_blob.cc17 using v8::BackingStore;
93 std::shared_ptr<BackingStore> store = view->Buffer()->GetBackingStore(); in New()
142 std::shared_ptr<BackingStore> store = in GetArrayBuffer()
Dnode_buffer.cc53 using v8::BackingStore;
116 std::unique_ptr<BackingStore> bs = in CreateTrackedArrayBuffer()
305 std::unique_ptr<BackingStore> store; in New()
325 store = BackingStore::Reallocate(isolate, std::move(store), actual); in New()
1188 std::unique_ptr<BackingStore> backing = in Initialize()
Dmemory_tracker.h217 const v8::BackingStore* value,
Dmemory_tracker-inl.h237 const v8::BackingStore* value, in TrackField()
Dnode_messaging.cc16 using v8::BackingStore;
198 std::shared_ptr<BackingStore> backing_store) { in AddSharedArrayBuffer()
498 std::shared_ptr<BackingStore> backing_store = ab->GetBackingStore(); in Serialize()
Denv.h1296 inline std::unordered_map<char*, std::unique_ptr<v8::BackingStore>>*
1468 std::unordered_map<char*, std::unique_ptr<v8::BackingStore>>
Dutil.h510 std::shared_ptr<v8::BackingStore> name##_bs = \
Dnode_wasi.cc78 using v8::BackingStore;
1666 std::shared_ptr<BackingStore> backing_store = ab->GetBackingStore(); in backingStore()
Denv-inl.h1003 std::unordered_map<char*, std::unique_ptr<v8::BackingStore>>*
Djs_native_api_v8.cc2779 std::shared_ptr<v8::BackingStore> backing_store = in napi_get_arraybuffer_info()
Dnode_crypto.cc77 using v8::BackingStore;
6972 std::shared_ptr<BackingStore> store = in SecureBuffer()
/third_party/node/benchmark/napi/function_args/
Dbinding.cc8 using v8::BackingStore;
107 std::shared_ptr<BackingStore> bs = buffer->GetBackingStore(); in CallWithTypedarray()
/third_party/cef/libcef/browser/osr/
Drender_widget_host_view_osr.h56 class BackingStore; variable
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1019 MINIDUMP_MEMORY_DESCRIPTOR BackingStore; member
/third_party/cef/libcef/renderer/
Dv8_impl.cc1417 std::unique_ptr<v8::BackingStore> backing = v8::ArrayBuffer::NewBackingStore( in CreateArrayBuffer()
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md1014 …ommit/21d96645db)] - **test**: change buffer offset to accommodate V8 BackingStore (Thang Tran) [#…
DCHANGELOG_V14.md3630 …cb7e85)] - **src**: turn AllocatedBuffer into thin wrapper around v8::BackingStore (James M Snell)…
3756 …commit/24faa37a09)] - **buffer,n-api**: release external buffers from BackingStore callback (Anna …
DCHANGELOG_V12.md1134 …ommit/6e17ea4788)] - **test**: change buffer offset to accommodate V8 BackingStore (Thang Tran) [#…