Searched refs:module_bytes (Results 1 – 4 of 4) sorted by relevance
174 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
269 void DumpModule(const Vector<const byte> module_bytes) { in DumpModule() argument279 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()
147 streaming_decoder->OnBytesReceived(bytes.module_bytes()); in AsyncCompile()
904 OwnedVector<uint8_t>::Of(wire_bytes.module_bytes()); in CompileToModuleObject()