Home
last modified time | relevance | path

Searched refs:ModuleDecoderImpl (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dmodule-decoder.h195 class ModuleDecoderImpl; variable
238 std::unique_ptr<ModuleDecoderImpl> impl_;
Dmodule-decoder.cc272 class ModuleDecoderImpl : public Decoder { class
274 explicit ModuleDecoderImpl(const WasmFeatures& enabled, ModuleOrigin origin) in ModuleDecoderImpl() function in v8::internal::wasm::ModuleDecoderImpl
279 ModuleDecoderImpl(const WasmFeatures& enabled, const byte* module_start, in ModuleDecoderImpl() function in v8::internal::wasm::ModuleDecoderImpl
1318 static_assert(sizeof(ModuleDecoderImpl::next_ordered_section_) ==
1323 sizeof(ModuleDecoderImpl::seen_unordered_sections_) >
2183 ModuleDecoderImpl decoder(enabled, module_start, module_end, origin); in DecodeWasmModule()
2223 impl_.reset(new ModuleDecoderImpl(enabled_features_, origin)); in StartDecoding()
2271 ModuleDecoderImpl decoder(enabled, start, end, kWasmOrigin); in DecodeWasmSignatureForTesting()
2278 ModuleDecoderImpl decoder(enabled, start, end, kWasmOrigin); in DecodeWasmInitExprForTesting()
2297 ModuleDecoderImpl decoder(enabled, function_start, function_end, kWasmOrigin); in DecodeWasmFunctionForTesting()