Searched refs:NewWasmArrayFromMemory (Results 1 – 4 of 4) sorted by relevance
217 Handle<WasmArray> array_value = isolate_->factory()->NewWasmArrayFromMemory( in ArrayInitFromData()
717 return *isolate->factory()->NewWasmArrayFromMemory(length, rtt, source); in RUNTIME_FUNCTION()
627 Handle<WasmArray> NewWasmArrayFromMemory(uint32_t length, Handle<Map> map,
1667 Handle<WasmArray> Factory::NewWasmArrayFromMemory(uint32_t length, in NewWasmArrayFromMemory() function in v8::internal::Factory