Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dstreaming-decoder.cc625 Vector<uint8_t> payload_buf = section_buffer_->payload(); in NextWithValue() local
626 if (payload_buf.size() < bytes_consumed_) { in NextWithValue()
629 memcpy(payload_buf.begin(), buffer().begin(), bytes_consumed_); in NextWithValue()
633 if (payload_buf.size() != bytes_consumed_) { in NextWithValue()
639 DCHECK_GE(kMaxInt, payload_buf.length()); in NextWithValue()
640 int code_section_len = static_cast<int>(payload_buf.length()); in NextWithValue()