Searched defs:ModuleWireBytes (Results 1 – 1 of 1) sorted by relevance
598 struct V8_EXPORT_PRIVATE ModuleWireBytes { struct599 explicit ModuleWireBytes(base::Vector<const byte> module_bytes) in ModuleWireBytes() function601 ModuleWireBytes(const byte* start, const byte* end) in ModuleWireBytes() function614 bool BoundsCheck(WireBytesRef ref) const { in BoundsCheck()619 base::Vector<const byte> GetFunctionBytes( in GetFunctionBytes()625 base::Vector<const byte> module_bytes() const { return module_bytes_; } in module_bytes()626 const byte* start() const { return module_bytes_.begin(); } in start()627 const byte* end() const { return module_bytes_.end(); } in end()628 size_t length() const { return module_bytes_.length(); } in length()