Searched refs:ModuleDecoder (Results 1 – 3 of 3) sorted by relevance
115 class ModuleDecoder {117 explicit ModuleDecoder(const WasmFeatures& enabled);118 ~ModuleDecoder();
224 ModuleDecoder::IdentifyUnknownSection(decoder_, section_end_); in next()1426 ModuleDecoder::ModuleDecoder(const WasmFeatures& enabled) in ModuleDecoder() function in v8::internal::wasm::ModuleDecoder1429 ModuleDecoder::~ModuleDecoder() = default;1431 const std::shared_ptr<WasmModule>& ModuleDecoder::shared_module() const { in shared_module()1435 void ModuleDecoder::StartDecoding(Counters* counters, in StartDecoding()1443 void ModuleDecoder::DecodeModuleHeader(Vector<const uint8_t> bytes, in DecodeModuleHeader()1448 void ModuleDecoder::DecodeSection(SectionCode section_code, in DecodeSection()1454 void ModuleDecoder::DecodeFunctionBody(uint32_t index, uint32_t length, in DecodeFunctionBody()1459 bool ModuleDecoder::CheckFunctionsCount(uint32_t functions_count, in CheckFunctionsCount()1464 ModuleResult ModuleDecoder::FinishDecoding(bool verify_functions) { in FinishDecoding()[all …]
2190 ModuleDecoder decoder_;2666 section_code = ModuleDecoder::IdentifyUnknownSection( in ProcessSection()