HomeSort by relevance Sort by last modified time
    Searched refs:module_bytes_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/wasm/
wasm-module.h 217 : module_bytes_(module_bytes) {}
219 : module_bytes_(start, static_cast<int>(end - start)) {
229 module_bytes_.SubVector(offset, offset + length));
243 module_bytes_.SubVector(offset, offset + length));
253 uint32_t size = static_cast<uint32_t>(module_bytes_.length());
258 return module_bytes_.SubVector(function->code_start_offset,
262 const byte* start() const { return module_bytes_.start(); }
263 const byte* end() const { return module_bytes_.end(); }
264 int length() const { return module_bytes_.length(); }
267 const Vector<const byte> module_bytes_; member in struct:v8::internal::wasm::ModuleWireBytes
    [all...]
wasm-interpreter.cc 1823 const ZoneVector<uint8_t> module_bytes_; member in class:v8::internal::wasm::WasmInterpreterInternals
    [all...]

Completed in 50 milliseconds