Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dstreaming-decoder.cc147 class DecodeSectionLength;
415 class AsyncStreamingDecoder::DecodeSectionLength : public DecodeVarInt32 { class in v8::internal::wasm::AsyncStreamingDecoder
417 explicit DecodeSectionLength(uint8_t id, uint32_t module_offset) in DecodeSectionLength() function in v8::internal::wasm::AsyncStreamingDecoder::DecodeSectionLength
581 return std::make_unique<DecodeSectionLength>(id_, module_offset_); in Next()
585 AsyncStreamingDecoder::DecodeSectionLength::NextWithValue( in NextWithValue()