Home
last modified time | relevance | path

Searched refs:AllocateWasmMemory (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dbacking-store.h56 static std::unique_ptr<BackingStore> AllocateWasmMemory(Isolate* isolate,
Dbacking-store.cc515 std::unique_ptr<BackingStore> BackingStore::AllocateWasmMemory( in AllocateWasmMemory() function in v8::internal::BackingStore
550 auto new_backing_store = BackingStore::AllocateWasmMemory( in CopyWasmMemory()
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc816 BackingStore::AllocateWasmMemory(isolate, 0, 0, SharedFlag::kNotShared); in New()
871 auto backing_store = BackingStore::AllocateWasmMemory( in New()