Home
last modified time | relevance | path

Searched refs:bytes_copy_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.h223 std::unique_ptr<byte[]> bytes_copy_; variable
Dmodule-compiler.cc2014 bytes_copy_(std::move(bytes_copy)), in AsyncCompileJob()
2015 wire_bytes_(bytes_copy_.get(), bytes_copy_.get() + length), in AsyncCompileJob()
2144 native_module_->SetWireBytes({std::move(bytes_copy_), wire_bytes_.length()}); in CreateNativeModule()
2933 job_->bytes_copy_ = bytes.ReleaseData(); in OnFinishedStream()
2979 {std::move(job_->bytes_copy_), job_->wire_bytes_.length()}); in OnFinishedStream()