Home
last modified time | relevance | path

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

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