Home
last modified time | relevance | path

Searched refs:buffer_offset_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Ddecoder.h62 : start_(start), pc_(pc), end_(end), buffer_offset_(buffer_offset) { in start_()
314 buffer_offset_ = buffer_offset;
335 DCHECK_GE(kMaxUInt32 - buffer_offset_, pc - start_); in pc_offset()
336 return static_cast<uint32_t>(pc - start_) + buffer_offset_; in pc_offset()
339 uint32_t buffer_offset() const { return buffer_offset_; } in buffer_offset()
343 DCHECK_LE(buffer_offset_, offset); in GetBufferRelativeOffset()
344 return offset - buffer_offset_; in GetBufferRelativeOffset()
360 uint32_t buffer_offset_; variable
Dstreaming-decoder.cc485 buffer_offset_(buffer_offset), in DecodeFunctionLength()
496 const size_t buffer_offset_; member in v8::internal::wasm::AsyncStreamingDecoder::DecodeFunctionLength
507 buffer_offset_(buffer_offset), in DecodeFunctionBody()
514 section_buffer_->bytes() + buffer_offset_; in buffer()
523 const size_t buffer_offset_; member in v8::internal::wasm::AsyncStreamingDecoder::DecodeFunctionBody
681 section_buffer_->bytes() + buffer_offset_; in NextWithValue()
690 if (buffer_offset_ + bytes_consumed_ + value_ > section_buffer_->length()) { in NextWithValue()
695 section_buffer_, buffer_offset_ + bytes_consumed_, value_, in NextWithValue()
706 size_t end_offset = buffer_offset_ + function_body_length_; in Next()
Dmodule-decoder.cc1216 Decoder inner(start_, pc_, end_, buffer_offset_); in DecodeNameSection()
1243 Decoder inner(start_, pc_, end_, buffer_offset_); in DecodeSourceMappingURLSection()
1254 Decoder inner(start_, pc_, end_, buffer_offset_); in DecodeExternalDebugInfoSection()
1367 Decoder inner(start_, pc_, end_, buffer_offset_); in DecodeBranchHintsSection()
1615 return static_cast<uint32_t>(ptr - start_) + buffer_offset_; in off()
1930 FunctionBody body(&sig, buffer_offset_, pc_, end_); in consume_init_expr()