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

#include <instruction-selection-phase.h>

Collaboration diagram for v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::SpecialRPOStackFrame:

Public Member Functions

 SpecialRPOStackFrame (const Block *block, size_t index, base::SmallVector< Block *, 4 > successors)
 

Public Attributes

const Blockblock = nullptr
 
size_t index = 0
 
base::SmallVector< Block *, 4 > successors
 

Detailed Description

Definition at line 41 of file instruction-selection-phase.h.

Constructor & Destructor Documentation

◆ SpecialRPOStackFrame()

v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::SpecialRPOStackFrame::SpecialRPOStackFrame ( const Block * block,
size_t index,
base::SmallVector< Block *, 4 > successors )
inline

Definition at line 46 of file instruction-selection-phase.h.

Member Data Documentation

◆ block

const Block* v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::SpecialRPOStackFrame::block = nullptr

Definition at line 42 of file instruction-selection-phase.h.

◆ index

size_t v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::SpecialRPOStackFrame::index = 0

Definition at line 43 of file instruction-selection-phase.h.

◆ successors

base::SmallVector<Block*, 4> v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::SpecialRPOStackFrame::successors

Definition at line 44 of file instruction-selection-phase.h.


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