Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc389 set_seen_unordered_section(section_code); in CheckUnorderedSection()
1214 set_seen_unordered_section(kNameSectionCode); in DecodeNameSection()
1249 set_seen_unordered_section(kSourceMappingURLSectionCode); in DecodeSourceMappingURLSection()
1261 set_seen_unordered_section(kExternalDebugInfoSectionCode); in DecodeExternalDebugInfoSection()
1279 set_seen_unordered_section(kCompilationHintsSectionCode); in DecodeCompilationHintsSection()
1365 set_seen_unordered_section(kBranchHintsSectionCode); in DecodeBranchHintsSection()
1610 void set_seen_unordered_section(SectionCode section_code) { in set_seen_unordered_section() function in v8::internal::wasm::ModuleDecoderImpl