Home
last modified time | relevance | path

Searched defs:bytes_copy (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-engine.cc127 ModuleWireBytes bytes_copy(copy.get(), copy.get() + bytes.length()); in AsyncCompile() local
229 std::unique_ptr<byte[]> bytes_copy, size_t length, Handle<Context> context, in CreateAsyncCompileJob()
Dwasm-js.cc501 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyValidate() local
544 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyModule() local
Dmodule-compiler.cc2132 std::unique_ptr<byte[]> bytes_copy, size_t length, Handle<Context> context, in AsyncCompileJob()