Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc135 const byte* expected_section_end = pc_ + section_length; in DecodeModule() local
398 if (pc_ != expected_section_end) { in DecodeModule()
399 const char* diff = pc_ < expected_section_end ? "shorter" : "longer"; in DecodeModule()