Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc64 case kUnknownSectionCode: in SectionName()
139 return kUnknownSectionCode; in IdentifyUnknownSectionInternal()
166 return kUnknownSectionCode; in IdentifyUnknownSectionInternal()
176 section_code_(kUnknownSectionCode), in WasmSectionIterator()
233 section_code_ = kUnknownSectionCode; in next()
250 if (section_code == kUnknownSectionCode) { in next()
266 section_code = kUnknownSectionCode; in next()
268 section_code_ = decoder_->failed() ? kUnknownSectionCode in next()
271 if (section_code_ == kUnknownSectionCode && section_end_ > decoder_->pc()) { in next()
409 case kUnknownSectionCode: in DecodeSection()
[all …]
Dwasm-constants.h92 kUnknownSectionCode = 0, // code for unknown sections enumerator
Dwasm-module-builder.cc835 buffer->write_u8(kUnknownSectionCode); in WriteTo()
880 buffer->write_u8(kUnknownSectionCode); in WriteTo()
Dwasm-engine.cc299 SectionCode section_id = SectionCode::kUnknownSectionCode; in PrefixHash()
Dmodule-compiler.cc2788 if (section_code == SectionCode::kUnknownSectionCode) { in ProcessSection()
2795 if (section_code == SectionCode::kUnknownSectionCode) { in ProcessSection()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js55 let kUnknownSectionCode = 0; variable
720 section.emit_u8(kUnknownSectionCode);
1227 binary.emit_section(kUnknownSectionCode, section => {