Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc340 if (section_code < next_section_) { in DecodeSection()
354 } else if (next_section_ >= kCodeSectionCode) { in DecodeSection()
360 next_section_ = section_code; in DecodeSection()
361 ++next_section_; in DecodeSection()
938 uint8_t next_section_ = kFirstSectionInModule; member in v8::internal::wasm::ModuleDecoderImpl
943 static_assert(sizeof(ModuleDecoderImpl::next_section_) == sizeof(SectionCode),