#include "src/compiler/wasm-inlining-into-js.h"
#include "src/compiler/compiler-source-position-table.h"
#include "src/compiler/wasm-compiler-definitions.h"
#include "src/compiler/wasm-compiler.h"
#include "src/compiler/wasm-graph-assembler.h"
#include "src/wasm/decoder.h"
#include "src/wasm/wasm-linkage.h"
#include "src/wasm/wasm-opcodes-inl.h"
#include "src/wasm/wasm-subtyping.h"
namespace v8::internal::compiler {
namespace {
WasmOpcode;
WasmOpcodes;
class WasmIntoJSInlinerImpl : private wasm::Decoder { … };
}
bool WasmIntoJSInliner::TryInlining(Zone* zone, const wasm::WasmModule* module,
MachineGraph* mcgraph,
const wasm::FunctionBody& body,
base::Vector<const uint8_t> bytes,
SourcePositionTable* source_position_table,
int inlining_id) { … }
}