Searched refs:next_ordered_section_ (Results 1 – 1 of 1) sorted by relevance
372 if (next_ordered_section_ > next_section_code) { in CheckSectionOrder()377 if (next_ordered_section_ <= prev_section_code) { in CheckSectionOrder()378 next_ordered_section_ = prev_section_code + 1; in CheckSectionOrder()402 if (section_code < next_ordered_section_ && in DecodeSection()458 next_ordered_section_ = section_code + 1; in DecodeSection()1273 next_ordered_section_ <= kFunctionSectionCode; in DecodeCompilationHintsSection()1274 const bool after_code_section = next_ordered_section_ > kCodeSectionCode; in DecodeCompilationHintsSection()1589 uint8_t next_ordered_section_ = kFirstSectionInModule; member in v8::internal::wasm::ModuleDecoderImpl1593 static_assert(sizeof(ModuleDecoderImpl::next_ordered_section_) ==