Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc1474 const byte* section_name_start = in IdentifyUnknownSection() local
1478 static_cast<int>(section_name_start - decoder.start()), in IdentifyUnknownSection()
1479 string.length() < 20 ? string.length() : 20, section_name_start); in IdentifyUnknownSection()
1482 strncmp(reinterpret_cast<const char*>(section_name_start), kNameString, in IdentifyUnknownSection()