Searched refs:ModuleDecoder (Results 1 – 3 of 3) sorted by relevance
209 class ModuleDecoder {211 explicit ModuleDecoder(const WasmFeatures& enabled);212 ~ModuleDecoder();248 static size_t IdentifyUnknownSection(ModuleDecoder* decoder,
2274 ModuleDecoder::ModuleDecoder(const WasmFeatures& enabled) in ModuleDecoder() function in v8::internal::wasm::ModuleDecoder2277 ModuleDecoder::~ModuleDecoder() = default;2279 const std::shared_ptr<WasmModule>& ModuleDecoder::shared_module() const { in shared_module()2283 void ModuleDecoder::StartDecoding( in StartDecoding()2292 void ModuleDecoder::DecodeModuleHeader(base::Vector<const uint8_t> bytes, in DecodeModuleHeader()2297 void ModuleDecoder::DecodeSection(SectionCode section_code, in DecodeSection()2303 void ModuleDecoder::DecodeFunctionBody(uint32_t index, uint32_t length, in DecodeFunctionBody()2308 void ModuleDecoder::StartCodeSection() { impl_->StartCodeSection(); } in StartCodeSection()2310 bool ModuleDecoder::CheckFunctionsCount(uint32_t functions_count, in CheckFunctionsCount()2315 ModuleResult ModuleDecoder::FinishDecoding(bool verify_functions) { in FinishDecoding()[all …]
2085 ModuleDecoder decoder_;2789 size_t bytes_consumed = ModuleDecoder::IdentifyUnknownSection( in ProcessSection()