Home
last modified time | relevance | path

Searched refs:error_offset_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-result.h33 : error_offset_(other.error_offset_), in ResultBase()
48 error_offset_ = that.error_offset_; in MoveErrorFrom()
58 uint32_t error_offset() const { return error_offset_; } in error_offset()
62 uint32_t error_offset_ = 0;
Ddecoder.h201 error_offset_ = static_cast<uint32_t>(pc - start_) + buffer_offset_; in errorf()
226 result.error(error_offset_, std::move(error_msg_)); in toResult()
239 error_offset_ = 0;
272 uint32_t error_offset_ = 0; variable
Dwasm-result.cc56 error_offset_ = offset; in error()
Dfunction-body-decoder-impl.h1298 TRACE("wasm-error module+%-6d func+%d: %s\n\n", this->error_offset_, in TraceFailed()
1299 this->GetBufferRelativeOffset(this->error_offset_), in TraceFailed()