v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::InliningTree::Data Struct Reference
Collaboration diagram for v8::internal::wasm::InliningTree::Data:

Public Member Functions

 Data (Zone *zone, const WasmModule *module, uint32_t topmost_caller_index)
 

Public Attributes

Zonezone
 
const WasmModulemodule
 
double max_growth_factor
 
size_t budget_cap
 
uint32_t topmost_caller_index
 

Detailed Description

Definition at line 127 of file inlining-tree.h.

Constructor & Destructor Documentation

◆ Data()

v8::internal::wasm::InliningTree::Data::Data ( Zone * zone,
const WasmModule * module,
uint32_t topmost_caller_index )
inline

Definition at line 128 of file inlining-tree.h.

Here is the call graph for this function:

Member Data Documentation

◆ budget_cap

size_t v8::internal::wasm::InliningTree::Data::budget_cap

Definition at line 163 of file inlining-tree.h.

◆ max_growth_factor

double v8::internal::wasm::InliningTree::Data::max_growth_factor

Definition at line 162 of file inlining-tree.h.

◆ module

const WasmModule* v8::internal::wasm::InliningTree::Data::module

Definition at line 161 of file inlining-tree.h.

◆ topmost_caller_index

uint32_t v8::internal::wasm::InliningTree::Data::topmost_caller_index

Definition at line 164 of file inlining-tree.h.

◆ zone

Zone* v8::internal::wasm::InliningTree::Data::zone

Definition at line 160 of file inlining-tree.h.


The documentation for this struct was generated from the following file: