Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dstreaming-decoder.cc150 class DecodeFunctionLength;
458 class AsyncStreamingDecoder::DecodeFunctionLength : public DecodeVarInt32 { class in v8::internal::wasm::AsyncStreamingDecoder
460 explicit DecodeFunctionLength(SectionBuffer* section_buffer, in DecodeFunctionLength() function in v8::internal::wasm::AsyncStreamingDecoder::DecodeFunctionLength
646 return std::make_unique<DecodeFunctionLength>( in NextWithValue()
652 AsyncStreamingDecoder::DecodeFunctionLength::NextWithValue( in NextWithValue()
683 return std::make_unique<DecodeFunctionLength>(section_buffer_, end_offset, in Next()