Searched refs:WasmFullDecoder (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 515 class WasmFullDecoder : public WasmDecoder { class 517 WasmFullDecoder(Zone* zone, const wasm::WasmModule* module, in WasmFullDecoder() function in v8::internal::wasm::WasmFullDecoder 519 : WasmFullDecoder(zone, module, nullptr, body) {} in WasmFullDecoder() 521 WasmFullDecoder(Zone* zone, TFBuilder* builder, const FunctionBody& body) in WasmFullDecoder() function in v8::internal::wasm::WasmFullDecoder 522 : WasmFullDecoder(zone, builder->module_env() == nullptr in WasmFullDecoder() 583 WasmFullDecoder(Zone* zone, const wasm::WasmModule* module, in WasmFullDecoder() function in v8::internal::wasm::WasmFullDecoder 1997 WasmFullDecoder decoder(&zone, module, body); in VerifyWasmCode() 2005 WasmFullDecoder decoder(&zone, builder, body); in BuildTFGraph() 2039 WasmFullDecoder decoder(&zone, module, body); in PrintRawWasmCode()
|