Searched refs:DecodeSectionLength (Results 1 – 1 of 1) sorted by relevance
147 class DecodeSectionLength;415 class AsyncStreamingDecoder::DecodeSectionLength : public DecodeVarInt32 { class in v8::internal::wasm::AsyncStreamingDecoder417 explicit DecodeSectionLength(uint8_t id, uint32_t module_offset) in DecodeSectionLength() function in v8::internal::wasm::AsyncStreamingDecoder::DecodeSectionLength581 return std::make_unique<DecodeSectionLength>(id_, module_offset_); in Next()585 AsyncStreamingDecoder::DecodeSectionLength::NextWithValue( in NextWithValue()