Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.h222 void DecodeSection(SectionCode section_code,
Dmodule-decoder.cc393 void DecodeSection(SectionCode section_code, in DecodeSection() function in v8::internal::wasm::ModuleDecoderImpl
1518 DecodeSection(section_iter.section_code(), section_iter.payload(), in DecodeModule()
2297 void ModuleDecoder::DecodeSection(SectionCode section_code, in DecodeSection() function in v8::internal::wasm::ModuleDecoder
2300 impl_->DecodeSection(section_code, bytes, offset, verify_functions); in DecodeSection()
Dmodule-compiler.cc2804 decoder_.DecodeSection(section_code, bytes, offset, verify_functions); in ProcessSection()