Lines Matching defs:offset
659 uint64_t offset;
674 offset = is_memory64 ? decoder->read_u64v<validate>(
675 pc + alignment_length, &offset_length, "offset")
677 pc + alignment_length, &offset_length, "offset");
925 const IndexImmediate<validate>& data_segment, const Value& offset, \
1190 // index space, we need to track this offset for every depth up to the
2164 // vector would more than offset the memory savings.
2225 body.offset),
2281 if (this->error_.offset()) {
2282 TRACE("wasm-error module+%-6d func+%d: %s\n\n", this->error_.offset(),
2283 this->GetBufferRelativeOffset(this->error_.offset()),
2303 int offset = static_cast<int>(this->pc_ - this->start_);
2304 DCHECK_EQ(this->pc_ - this->start_, offset); // overflows cannot happen
2305 return offset;
4256 Value offset = Peek(2, 0, kWasmI32);
4261 data_segment, offset, length, rtt,
4263 Drop(3); // rtt, length, offset
5010 Value offset = Peek(1, 1, kWasmI32);
5012 CALL_INTERFACE_IF_OK_AND_REACHABLE(MemoryInit, imm, dst, offset, size);