Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dwasm-constants.h59 kElementSectionCode = 9, // Elements section enumerator
H A Dwasm-module-builder.cc506 size_t start = EmitSection(kElementSectionCode, buffer); in WriteTo()
H A Dmodule-decoder.cc78 case kElementSectionCode: in SectionName()
393 case kElementSectionCode: in DecodeSection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-constants.h74 kElementSectionCode = 9, // Elements section enumerator
H A Dmodule-decoder.cc80 case kElementSectionCode: in SectionName()
431 if (!CheckSectionOrder(section_code, kElementSectionCode, in DecodeSection()
495 case kElementSectionCode: in DecodeSection()
1181 if (section_code <= kElementSectionCode && in VerifyFunctionDeclarations()
H A Dwasm-module-builder.cc589 size_t start = EmitSection(kElementSectionCode, buffer); in WriteTo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-constants.h86 kElementSectionCode = 9, // Elements section enumerator
H A Dmodule-decoder.cc79 case kElementSectionCode: in SectionName()
402 if (!CheckSectionOrder(section_code, kElementSectionCode, in DecodeSection()
469 case kElementSectionCode: in DecodeSection()
H A Dwasm-module-builder.cc675 size_t start = EmitSection(kElementSectionCode, buffer); in WriteTo()
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-constants.h93 kElementSectionCode = 9, // Elements section enumerator
H A Dmodule-decoder.cc83 case kElementSectionCode: in SectionName()
412 if (!CheckSectionOrder(section_code, kElementSectionCode, in DecodeSection()
486 case kElementSectionCode: in DecodeSection()
H A Dwasm-module-builder.cc784 size_t start = EmitSection(kElementSectionCode, buffer); in WriteTo()
/dports/lang/v8/v8-9.6.180.12/test/unittests/wasm/
H A Dmodule-decoder-unittest.cc3572 STATIC_ASSERT(kStartSectionCode + 1 == kElementSectionCode); in TEST_F()