Searched defs:WasmDataSegment (Results 1 – 2 of 2) sorted by relevance
267 struct WasmDataSegment { struct277 ZoneVector<WasmDataSegment> data_segments_; argument
96 struct WasmDataSegment { struct97 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.