Searched refs:ModuleDecoderImpl (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/wasm/ |
D | module-decoder.h | 113 class ModuleDecoderImpl; variable 152 std::unique_ptr<ModuleDecoderImpl> impl_;
|
D | module-decoder.cc | 247 class ModuleDecoderImpl : public Decoder { class 249 explicit ModuleDecoderImpl(const WasmFeatures& enabled, ModuleOrigin origin) in ModuleDecoderImpl() function in v8::internal::wasm::ModuleDecoderImpl 254 ModuleDecoderImpl(const WasmFeatures& enabled, const byte* module_start, in ModuleDecoderImpl() function in v8::internal::wasm::ModuleDecoderImpl 943 static_assert(sizeof(ModuleDecoderImpl::next_section_) == sizeof(SectionCode), 1410 ModuleDecoderImpl decoder(enabled, module_start, module_end, origin); in DecodeWasmModule() 1439 impl_.reset(new ModuleDecoderImpl(enabled_features_, origin)); in StartDecoding() 1494 ModuleDecoderImpl decoder(enabled, start, end, kWasmOrigin); in DecodeWasmSignatureForTesting() 1501 ModuleDecoderImpl decoder(enabled, start, end, kWasmOrigin); in DecodeWasmInitExprForTesting() 1518 ModuleDecoderImpl decoder(enabled, function_start, function_end, kWasmOrigin); in DecodeWasmFunctionForTesting()
|