Home
last modified time | relevance | path

Searched refs:NewWasmArrayFromMemory (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dinit-expr-interface.cc217 Handle<WasmArray> array_value = isolate_->factory()->NewWasmArrayFromMemory( in ArrayInitFromData()
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc717 return *isolate->factory()->NewWasmArrayFromMemory(length, rtt, source); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/heap/
Dfactory.h627 Handle<WasmArray> NewWasmArrayFromMemory(uint32_t length, Handle<Map> map,
Dfactory.cc1667 Handle<WasmArray> Factory::NewWasmArrayFromMemory(uint32_t length, in NewWasmArrayFromMemory() function in v8::internal::Factory