Searched refs:WasmDecoder (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | ast-decoder.cc | 165 class WasmDecoder : public Decoder { class 167 WasmDecoder(ModuleEnv* module, FunctionSig* sig, const byte* start, in WasmDecoder() function in v8::internal::wasm::WasmDecoder 368 class WasmFullDecoder : public WasmDecoder { 371 : WasmDecoder(body.module, body.sig, body.start, body.end), in WasmFullDecoder() 1905 WasmDecoder decoder(nullptr, nullptr, pc, end); in OpcodeLength()
|