Home
last modified time | relevance | path

Searched refs:module_bytes_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h217 : module_bytes_(module_bytes) {} in ModuleWireBytes()
219 : module_bytes_(start, static_cast<int>(end - start)) { in ModuleWireBytes()
229 module_bytes_.SubVector(offset, offset + length)); in GetName()
243 module_bytes_.SubVector(offset, offset + length)); in GetNameOrNull()
253 uint32_t size = static_cast<uint32_t>(module_bytes_.length()); in BoundsCheck()
258 return module_bytes_.SubVector(function->code_start_offset, in GetFunctionBytes()
262 const byte* start() const { return module_bytes_.start(); } in start()
263 const byte* end() const { return module_bytes_.end(); } in end()
264 int length() const { return module_bytes_.length(); } in length()
267 const Vector<const byte> module_bytes_;
Dwasm-interpreter.cc1823 const ZoneVector<uint8_t> module_bytes_; member in v8::internal::wasm::WasmInterpreterInternals
1829 module_bytes_(env.wire_bytes.start(), env.wire_bytes.end(), zone), in WasmInterpreterInternals()
1832 module_bytes_.data(), zone), in WasmInterpreterInternals()