Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc58 bool sections[kMaxModuleSectionCode]; in DecodeModule()
67 if (section < kMaxModuleSectionCode) { in DecodeModule()
215 if (section >= kMaxModuleSectionCode) return; in CheckForPreviousSection()
Dwasm-module.h37 static const int kMaxModuleSectionCode = 6; variable