Searched defs:module_bytes (Results 1 – 2 of 2) sorted by relevance
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()