Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.h24 inline bool IsValidSectionCode(uint8_t byte) { in IsValidSectionCode() function
Dmodule-decoder.cc228 } else if (!IsValidSectionCode(section_code)) { in next()