Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder.cc65 using FullDecoder = WasmFullDecoder<validate, WasmGraphBuildingInterface>;
840 WasmFullDecoder<Decoder::kValidate, EmptyInterface> decoder( in VerifyWasmCode()
852 WasmFullDecoder<Decoder::kValidate, WasmGraphBuildingInterface> decoder( in BuildTFGraph()
Dfunction-body-decoder-impl.h1219 class WasmFullDecoder : public WasmDecoder<validate> {
1230 WasmFullDecoder(Zone* zone, const WasmModule* module, in WasmFullDecoder() function
2497 using FullDecoder = WasmFullDecoder<validate, EmptyInterface>;
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc118 using FullDecoder = WasmFullDecoder<validate, LiftoffCompiler>;
1857 WasmFullDecoder<Decoder::kValidate, LiftoffCompiler> decoder( in ExecuteCompilation()