Searched refs:ModuleDecoderImpl (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/wasm/ |
| D | module-decoder.h | 207 class ModuleDecoderImpl; variable 254 std::unique_ptr<ModuleDecoderImpl> impl_;
|
| D | module-decoder.cc | 282 class ModuleDecoderImpl : public Decoder { class 284 explicit ModuleDecoderImpl(const WasmFeatures& enabled, ModuleOrigin origin) in ModuleDecoderImpl() function in v8::internal::wasm::ModuleDecoderImpl 289 ModuleDecoderImpl(const WasmFeatures& enabled, const byte* module_start, in ModuleDecoderImpl() function in v8::internal::wasm::ModuleDecoderImpl 1593 static_assert(sizeof(ModuleDecoderImpl::next_ordered_section_) == 1598 sizeof(ModuleDecoderImpl::seen_unordered_sections_) > 2241 ModuleDecoderImpl decoder(enabled, module_start, module_end, origin); in DecodeWasmModule() 2288 impl_.reset(new ModuleDecoderImpl(enabled_features_, origin)); in StartDecoding() 2338 ModuleDecoderImpl decoder(enabled, start, end, kWasmOrigin); in DecodeWasmSignatureForTesting() 2346 ModuleDecoderImpl decoder(enabled, start, end, kWasmOrigin); in DecodeWasmInitExprForTesting() 2363 ModuleDecoderImpl decoder(enabled, function_start, function_end, kWasmOrigin); in DecodeWasmFunctionForTesting()
|