Home
last modified time | relevance | path

Searched refs:module_bytes (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h174 ModuleWireBytes(Vector<const byte> module_bytes) in ModuleWireBytes()
175 : module_bytes_(module_bytes) {} in ModuleWireBytes()
206 Vector<const byte> module_bytes() const { return module_bytes_; } in module_bytes() function
Dmodule-decoder.cc269 void DumpModule(const Vector<const byte> module_bytes) { in DumpModule() argument
279 size_t hash = base::hash_range(module_bytes.start(), module_bytes.end()); in DumpModule()
284 if (fwrite(module_bytes.start(), module_bytes.length(), 1, wasm_file) != in DumpModule()
Dwasm-engine.cc147 streaming_decoder->OnBytesReceived(bytes.module_bytes()); in AsyncCompile()
Dmodule-compiler.cc904 OwnedVector<uint8_t>::Of(wire_bytes.module_bytes()); in CompileToModuleObject()