Searched refs:ModuleDecoder (Results 1 – 1 of 1) sorted by relevance
| /external/v8/src/wasm/ |
| D | module-decoder.cc | 176 class ModuleDecoder : public Decoder { class 178 ModuleDecoder(Zone* zone, const byte* module_start, const byte* module_end, in ModuleDecoder() function in v8::internal::wasm::__anonad7015680111::ModuleDecoder 1124 ModuleDecoder decoder(zone, module_start, module_end, origin); in DecodeWasmModule() 1137 ModuleDecoder decoder(zone, start, end, kWasmOrigin); in DecodeWasmSignatureForTesting() 1144 ModuleDecoder decoder(&zone, start, end, kWasmOrigin); in DecodeWasmInitExprForTesting() 1161 ModuleDecoder decoder(zone, function_start, function_end, kWasmOrigin); in DecodeWasmFunction()
|