Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc31 class ModuleDecoder : public Decoder { class
33 ModuleDecoder(Zone* zone, const byte* module_start, const byte* module_end, in ModuleDecoder() function in v8::internal::wasm::__anon606b6bea0111::ModuleDecoder
791 ModuleDecoder decoder(zone, module_start, module_end, origin); in DecodeWasmModule()
801 ModuleDecoder decoder(zone, start, end, kWasmOrigin); in DecodeWasmSignatureForTesting()
818 ModuleDecoder decoder(zone, function_start, function_end, kWasmOrigin); in DecodeWasmFunction()