Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-compiler.h150 std::unique_ptr<byte[]> bytes_copy_; variable
Dmodule-compiler.cc2137 bytes_copy_(std::move(bytes_copy)), in AsyncCompileJob()
2138 wire_bytes_(bytes_copy_.get(), bytes_copy_.get() + length), in AsyncCompileJob()
2458 {std::move(job_->bytes_copy_), job_->wire_bytes_.length()}, script, in RunInForeground()