Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module-builder.h267 struct WasmDataSegment { struct
277 ZoneVector<WasmDataSegment> data_segments_; argument
Dwasm-module.h96 struct WasmDataSegment { struct
97 WasmInitExpr dest_addr; // destination memory address of the data.
98 uint32_t source_offset; // start offset in the module bytes.
99 uint32_t source_size; // end offset in the module bytes.