Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dstreaming-decoder.h99 SectionCode section_code() const { in section_code() function
Dmodule-decoder.cc155 inline SectionCode section_code() const { return section_code_; } in section_code() function in v8::internal::wasm::__anone95501b20211::WasmSectionIterator
208 uint8_t section_code = decoder_.consume_u8("section code"); in next() local
331 void DecodeSection(SectionCode section_code, Vector<const uint8_t> bytes, in DecodeSection()
1448 void ModuleDecoder::DecodeSection(SectionCode section_code, in DecodeSection()
1583 byte section_code = decoder.consume_u8("section code"); in DecodeCustomSections() local
1612 bool FindSection(Decoder& decoder, SectionCode section_code) { in FindSection()
Dmodule-compiler.cc2654 bool AsyncStreamingProcessor::ProcessSection(SectionCode section_code, in ProcessSection()