Searched refs:DecodeSection (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | module-decoder.h | 222 void DecodeSection(SectionCode section_code,
|
D | module-decoder.cc | 393 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()
|
D | module-compiler.cc | 2804 decoder_.DecodeSection(section_code, bytes, offset, verify_functions); in ProcessSection()
|