Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc213 class ModuleDecoder : public Decoder { class
215 ModuleDecoder(Zone* zone, const byte* module_start, const byte* module_end, in ModuleDecoder() function in v8::internal::wasm::__anon96a422e80111::ModuleDecoder
1193 ModuleDecoder decoder(zone, module_start, module_end, origin); in DecodeWasmModule()
1206 ModuleDecoder decoder(zone, start, end, kWasmOrigin); in DecodeWasmSignatureForTesting()
1213 ModuleDecoder decoder(&zone, start, end, kWasmOrigin); in DecodeWasmInitExprForTesting()
1230 ModuleDecoder decoder(zone, function_start, function_end, kWasmOrigin); in DecodeWasmFunction()