Home
last modified time | relevance | path

Searched refs:bytes_copy (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-engine.cc127 ModuleWireBytes bytes_copy(copy.get(), copy.get() + bytes.length()); in AsyncCompile() local
128 module_object = SyncCompile(isolate, enabled, &thrower, bytes_copy); in AsyncCompile()
229 std::unique_ptr<byte[]> bytes_copy, size_t length, Handle<Context> context, in CreateAsyncCompileJob() argument
232 new AsyncCompileJob(isolate, enabled, std::move(bytes_copy), length, in CreateAsyncCompileJob()
Dwasm-engine.h149 std::unique_ptr<byte[]> bytes_copy, size_t length,
Dmodule-compiler.h82 std::unique_ptr<byte[]> bytes_copy, size_t length,
Dwasm-js.cc501 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyValidate() local
504 i_isolate, enabled_features, bytes_copy); in WebAssemblyValidate()
544 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyModule() local
547 i_isolate, enabled_features, &thrower, bytes_copy); in WebAssemblyModule()
Dmodule-compiler.cc2132 std::unique_ptr<byte[]> bytes_copy, size_t length, Handle<Context> context, in AsyncCompileJob() argument
2137 bytes_copy_(std::move(bytes_copy)), in AsyncCompileJob()