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

#include <wasm-compiler.h>

Collaboration diagram for v8::internal::compiler::WasmLoopInfo:

Public Member Functions

 WasmLoopInfo (Node *header, uint32_t nesting_depth, bool can_be_innermost)
 

Public Attributes

Nodeheader
 
uint32_t nesting_depth
 
bool can_be_innermost
 

Detailed Description

Definition at line 102 of file wasm-compiler.h.

Constructor & Destructor Documentation

◆ WasmLoopInfo()

v8::internal::compiler::WasmLoopInfo::WasmLoopInfo ( Node * header,
uint32_t nesting_depth,
bool can_be_innermost )
inline

Definition at line 109 of file wasm-compiler.h.

Member Data Documentation

◆ can_be_innermost

bool v8::internal::compiler::WasmLoopInfo::can_be_innermost

Definition at line 107 of file wasm-compiler.h.

◆ header

Node* v8::internal::compiler::WasmLoopInfo::header

Definition at line 103 of file wasm-compiler.h.

◆ nesting_depth

uint32_t v8::internal::compiler::WasmLoopInfo::nesting_depth

Definition at line 104 of file wasm-compiler.h.


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