Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h418 struct V8_EXPORT_PRIVATE ModuleWireBytes { struct
419 explicit ModuleWireBytes(Vector<const byte> module_bytes) in ModuleWireBytes() function
421 ModuleWireBytes(const byte* start, const byte* end) in ModuleWireBytes() function
434 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()