Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dstreaming-decoder.cc201 class StreamingDecoder::DecodeFunctionLength : public DecodeVarInt32 { class in v8::internal::wasm::StreamingDecoder
203 explicit DecodeFunctionLength(SectionBuffer* section_buffer, in DecodeFunctionLength() function in v8::internal::wasm::StreamingDecoder::DecodeFunctionLength
369 return base::make_unique<DecodeFunctionLength>( in NextWithValue()
381 StreamingDecoder::DecodeFunctionLength::NextWithValue( in NextWithValue()
416 return base::make_unique<DecodeFunctionLength>( in Next()
Dstreaming-decoder.h184 class DecodeFunctionLength; variable