Searched refs:WasmFullDecoder (Results 1 – 3 of 3) sorted by relevance
65 using FullDecoder = WasmFullDecoder<validate, WasmGraphBuildingInterface>;840 WasmFullDecoder<Decoder::kValidate, EmptyInterface> decoder( in VerifyWasmCode()852 WasmFullDecoder<Decoder::kValidate, WasmGraphBuildingInterface> decoder( in BuildTFGraph()
1219 class WasmFullDecoder : public WasmDecoder<validate> {1230 WasmFullDecoder(Zone* zone, const WasmModule* module, in WasmFullDecoder() function2497 using FullDecoder = WasmFullDecoder<validate, EmptyInterface>;
118 using FullDecoder = WasmFullDecoder<validate, LiftoffCompiler>;1857 WasmFullDecoder<Decoder::kValidate, LiftoffCompiler> decoder( in ExecuteCompilation()