Searched defs:section_code (Results 1 – 4 of 4) sorted by relevance
184 SectionCode section_code() const { return section_code_; } in section_code() function in v8::internal::wasm::__anon528fd68a0211::WasmSectionIterator237 uint8_t section_code = decoder_->consume_u8("section code"); in next() local369 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
69 SectionCode section_code() const { in section_code() function in v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer
2773 bool AsyncStreamingProcessor::ProcessSection(SectionCode section_code, in ProcessSection()
563 emit_section(section_code, content_generator) { argument