Home
last modified time | relevance | path

Searched defs:section_code (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc184 SectionCode section_code() const { return section_code_; } in section_code() function in v8::internal::wasm::__anon528fd68a0211::WasmSectionIterator
237 uint8_t section_code = decoder_->consume_u8("section code"); in next() local
369 bool CheckSectionOrder(SectionCode section_code, in CheckSectionOrder()
383 bool CheckUnorderedSection(SectionCode section_code) { in CheckUnorderedSection()
393 void DecodeSection(SectionCode section_code, in DecodeSection()
1606 bool has_seen_unordered_section(SectionCode section_code) { in has_seen_unordered_section()
1610 void set_seen_unordered_section(SectionCode section_code) { in set_seen_unordered_section()
2297 void ModuleDecoder::DecodeSection(SectionCode section_code, in DecodeSection()
2434 byte section_code = decoder.consume_u8("section code"); in DecodeCustomSections() local
Dstreaming-decoder.cc69 SectionCode section_code() const { in section_code() function in v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer
Dmodule-compiler.cc2773 bool AsyncStreamingProcessor::ProcessSection(SectionCode section_code, in ProcessSection()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js563 emit_section(section_code, content_generator) { argument