Searched refs:DecodeSection (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/wasm/ |
D | module-decoder.h | 125 void DecodeSection(SectionCode section_code, Vector<const uint8_t> bytes,
|
D | module-decoder.cc | 331 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()
|
D | module-compiler.cc | 2677 decoder_.DecodeSection(section_code, bytes, offset, verify_functions); in ProcessSection()
|