Home
last modified time | relevance | path

Searched defs:ModuleWireBytes (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-module.h598 struct V8_EXPORT_PRIVATE ModuleWireBytes { struct
599 explicit ModuleWireBytes(base::Vector<const byte> module_bytes) in ModuleWireBytes() function
601 ModuleWireBytes(const byte* start, const byte* end) in ModuleWireBytes() function
614 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()