Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dmodule-decoder.cc158 const byte* section_name_start = in IdentifyUnknownSectionInternal() local
162 static_cast<int>(section_name_start - decoder->start()), in IdentifyUnknownSectionInternal()
163 string.length() < 20 ? string.length() : 20, section_name_start); in IdentifyUnknownSectionInternal()
166 strncmp(reinterpret_cast<const char*>(section_name_start), kNameString, in IdentifyUnknownSectionInternal()
170 strncmp(reinterpret_cast<const char*>(section_name_start), in IdentifyUnknownSectionInternal()
175 strncmp(reinterpret_cast<const char*>(section_name_start), in IdentifyUnknownSectionInternal()
180 strncmp(reinterpret_cast<const char*>(section_name_start), in IdentifyUnknownSectionInternal()
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dmodule-decoder.cc1402 const byte* section_name_start = in IdentifyUnknownSection() local
1406 static_cast<int>(section_name_start - decoder.start()), in IdentifyUnknownSection()
1407 string.length() < 20 ? string.length() : 20, section_name_start); in IdentifyUnknownSection()
1410 strncmp(reinterpret_cast<const char*>(section_name_start), kNameString, in IdentifyUnknownSection()
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dmodule-decoder.cc140 const byte* section_name_start = in IdentifyUnknownSectionInternal() local
144 static_cast<int>(section_name_start - decoder->start()), in IdentifyUnknownSectionInternal()
145 string.length() < 20 ? string.length() : 20, section_name_start); in IdentifyUnknownSectionInternal()
160 base::VectorOf(section_name_start, string.length())); in IdentifyUnknownSectionInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dmodule-decoder.cc134 const byte* section_name_start = in IdentifyUnknownSectionInternal() local
138 static_cast<int>(section_name_start - decoder->start()), in IdentifyUnknownSectionInternal()
139 string.length() < 20 ? string.length() : 20, section_name_start); in IdentifyUnknownSectionInternal()
151 Vector<const char>::cast(VectorOf(section_name_start, string.length())); in IdentifyUnknownSectionInternal()