v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::WasmIntoJSInliner Class Reference

#include <wasm-inlining-into-js.h>

Collaboration diagram for v8::internal::compiler::WasmIntoJSInliner:

Static Public Member Functions

static bool 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)
 

Detailed Description

Definition at line 30 of file wasm-inlining-into-js.h.

Member Function Documentation

◆ TryInlining()

bool v8::internal::compiler::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 )
static

Definition at line 383 of file wasm-inlining-into-js.cc.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: