Home
last modified time | relevance | path

Searched refs:DecodeSection (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dmodule-decoder.h125 void DecodeSection(SectionCode section_code, Vector<const uint8_t> bytes,
Dmodule-decoder.cc331 void DecodeSection(SectionCode section_code, Vector<const uint8_t> bytes, in DecodeSection() function in v8::internal::wasm::ModuleDecoderImpl
873 DecodeSection(section_iter.section_code(), section_iter.payload(), in DecodeModule()
1448 void ModuleDecoder::DecodeSection(SectionCode section_code, in DecodeSection() function in v8::internal::wasm::ModuleDecoder
1451 impl_->DecodeSection(section_code, bytes, offset, verify_functions); in DecodeSection()
Dmodule-compiler.cc2677 decoder_.DecodeSection(section_code, bytes, offset, verify_functions); in ProcessSection()