Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc384 if (has_seen_unordered_section(section_code)) { in CheckUnorderedSection()
1155 if (has_seen_unordered_section(kDataCountSectionCode) && in CheckDataSegmentsCount()
1213 if (!has_seen_unordered_section(kNameSectionCode)) { in DecodeNameSection()
1276 has_seen_unordered_section(kCompilationHintsSectionCode)) { in DecodeCompilationHintsSection()
1364 if (!has_seen_unordered_section(kBranchHintsSectionCode)) { in DecodeBranchHintsSection()
1606 bool has_seen_unordered_section(SectionCode section_code) { in has_seen_unordered_section() function in v8::internal::wasm::ModuleDecoderImpl