Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc174 inline SectionCode section_code() const { return section_code_; } in section_code() function in v8::internal::wasm::__anonbb7684740211::WasmSectionIterator
227 uint8_t section_code = decoder_->consume_u8("section code"); in next() local
359 bool CheckSectionOrder(SectionCode section_code, in CheckSectionOrder()
373 bool CheckUnorderedSection(SectionCode section_code) { in CheckUnorderedSection()
383 void DecodeSection(SectionCode section_code, Vector<const uint8_t> bytes, in DecodeSection()
1376 bool has_seen_unordered_section(SectionCode section_code) { in has_seen_unordered_section()
1380 void set_seen_unordered_section(SectionCode section_code) { in set_seen_unordered_section()
2232 void ModuleDecoder::DecodeSection(SectionCode section_code, in DecodeSection()
2367 byte section_code = decoder.consume_u8("section code"); in DecodeCustomSections() local
Dstreaming-decoder.cc68 SectionCode section_code() const { in section_code() function in v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer
Dmodule-compiler.cc2434 bool AsyncStreamingProcessor::ProcessSection(SectionCode section_code, in ProcessSection()