Searched refs:SectionCode (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/wasm/ |
D | module-decoder.h | 31 const char* SectionName(SectionCode code); 210 void DecodeSection(SectionCode section_code, Vector<const uint8_t> bytes, 234 uint32_t offset, SectionCode* result);
|
D | streaming-decoder.cc | 68 SectionCode section_code() const { in section_code() 69 return static_cast<SectionCode>(bytes_.start()[0]); in section_code() 570 SectionName(static_cast<SectionCode>(id_))); in Next() 571 if (id_ == SectionCode::kCodeSectionCode) { in Next() 593 if (section_id_ == SectionCode::kCodeSectionCode) { in NextWithValue() 603 if (section_id_ == SectionCode::kCodeSectionCode) { in NextWithValue()
|
D | module-decoder.cc | 57 const char* SectionName(SectionCode code) { in SectionName() 129 SectionCode IdentifyUnknownSectionInternal(Decoder* decoder) { in IdentifyUnknownSectionInternal() 141 using SpecialSectionPair = std::pair<Vector<const char>, SectionCode>; in IdentifyUnknownSectionInternal() 174 inline SectionCode section_code() const { return section_code_; } in section_code() 214 SectionCode section_code_; 259 : static_cast<SectionCode>(section_code); in next() 359 bool CheckSectionOrder(SectionCode section_code, in CheckSectionOrder() 360 SectionCode prev_section_code, in CheckSectionOrder() 361 SectionCode next_section_code) { in CheckSectionOrder() 373 bool CheckUnorderedSection(SectionCode section_code) { in CheckUnorderedSection() [all …]
|
D | wasm-constants.h | 76 enum SectionCode : int8_t { enum
|
D | streaming-decoder.h | 35 virtual bool ProcessSection(SectionCode section_code,
|
D | wasm-engine.cc | 271 SectionCode section_id = SectionCode::kUnknownSectionCode; in PrefixHash() 273 section_id = static_cast<SectionCode>(decoder.consume_u8()); in PrefixHash() 275 if (section_id == SectionCode::kCodeSectionCode) { in PrefixHash()
|
D | module-compiler.cc | 1735 bool ProcessSection(SectionCode section_code, Vector<const uint8_t> bytes, 2434 bool AsyncStreamingProcessor::ProcessSection(SectionCode section_code, in ProcessSection() 2449 if (section_code == SectionCode::kUnknownSectionCode) { in ProcessSection() 2456 if (section_code == SectionCode::kUnknownSectionCode) { in ProcessSection()
|
D | wasm-module-builder.cc | 27 size_t EmitSection(SectionCode code, ZoneBuffer* buffer) { in EmitSection()
|