Searched refs:BackingStore (Results 1 – 23 of 23) sorted by relevance
/third_party/node/src/ |
D | allocated_buffer-inl.h | 38 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()
|
D | allocated_buffer.h | 41 Environment* env, std::unique_ptr<v8::BackingStore> bs); 64 std::unique_ptr<v8::BackingStore> backing_store_;
|
D | node_blob.h | 19 std::shared_ptr<v8::BackingStore> store; 126 std::shared_ptr<v8::BackingStore> destination_;
|
D | node_messaging.h | 77 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_;
|
D | aliased_struct.h | 54 std::shared_ptr<v8::BackingStore> store_;
|
D | node_blob.cc | 17 using v8::BackingStore; 93 std::shared_ptr<BackingStore> store = view->Buffer()->GetBackingStore(); in New() 142 std::shared_ptr<BackingStore> store = in GetArrayBuffer()
|
D | node_buffer.cc | 53 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()
|
D | memory_tracker.h | 217 const v8::BackingStore* value,
|
D | memory_tracker-inl.h | 237 const v8::BackingStore* value, in TrackField()
|
D | node_messaging.cc | 16 using v8::BackingStore; 198 std::shared_ptr<BackingStore> backing_store) { in AddSharedArrayBuffer() 498 std::shared_ptr<BackingStore> backing_store = ab->GetBackingStore(); in Serialize()
|
D | env.h | 1296 inline std::unordered_map<char*, std::unique_ptr<v8::BackingStore>>* 1468 std::unordered_map<char*, std::unique_ptr<v8::BackingStore>>
|
D | util.h | 510 std::shared_ptr<v8::BackingStore> name##_bs = \
|
D | node_wasi.cc | 78 using v8::BackingStore; 1666 std::shared_ptr<BackingStore> backing_store = ab->GetBackingStore(); in backingStore()
|
D | env-inl.h | 1003 std::unordered_map<char*, std::unique_ptr<v8::BackingStore>>*
|
D | js_native_api_v8.cc | 2779 std::shared_ptr<v8::BackingStore> backing_store = in napi_get_arraybuffer_info()
|
D | node_crypto.cc | 77 using v8::BackingStore; 6972 std::shared_ptr<BackingStore> store = in SecureBuffer()
|
/third_party/node/benchmark/napi/function_args/ |
D | binding.cc | 8 using v8::BackingStore; 107 std::shared_ptr<BackingStore> bs = buffer->GetBackingStore(); in CallWithTypedarray()
|
/third_party/cef/libcef/browser/osr/ |
D | render_widget_host_view_osr.h | 56 class BackingStore; variable
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 1019 MINIDUMP_MEMORY_DESCRIPTOR BackingStore; member
|
/third_party/cef/libcef/renderer/ |
D | v8_impl.cc | 1417 std::unique_ptr<v8::BackingStore> backing = v8::ArrayBuffer::NewBackingStore( in CreateArrayBuffer()
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V13.md | 1014 …ommit/21d96645db)] - **test**: change buffer offset to accommodate V8 BackingStore (Thang Tran) [#…
|
D | CHANGELOG_V14.md | 3630 …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 …
|
D | CHANGELOG_V12.md | 1134 …ommit/6e17ea4788)] - **test**: change buffer offset to accommodate V8 BackingStore (Thang Tran) [#…
|