Searched defs:ModuleWireBytes (Results 1 – 1 of 1) sorted by relevance
418 struct V8_EXPORT_PRIVATE ModuleWireBytes { struct419 explicit ModuleWireBytes(Vector<const byte> module_bytes) in ModuleWireBytes() function421 ModuleWireBytes(const byte* start, const byte* end) in ModuleWireBytes() function434 bool BoundsCheck(WireBytesRef ref) const { in BoundsCheck()439 Vector<const byte> GetFunctionBytes(const WasmFunction* function) const { in GetFunctionBytes()444 Vector<const byte> module_bytes() const { return module_bytes_; } in module_bytes()445 const byte* start() const { return module_bytes_.begin(); } in start()446 const byte* end() const { return module_bytes_.end(); } in end()447 size_t length() const { return module_bytes_.length(); } in length()