|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include <instruction-selection-phase.h>
| Public Member Functions | |
| SpecialRPOStackFrame (const Block *block, size_t index, base::SmallVector< Block *, 4 > successors) | |
| Public Attributes | |
| const Block * | block = nullptr | 
| size_t | index = 0 | 
| base::SmallVector< Block *, 4 > | successors | 
Definition at line 41 of file instruction-selection-phase.h.
| 
 | inline | 
Definition at line 46 of file instruction-selection-phase.h.
| const Block* v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::SpecialRPOStackFrame::block = nullptr | 
Definition at line 42 of file instruction-selection-phase.h.
| size_t v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::SpecialRPOStackFrame::index = 0 | 
Definition at line 43 of file instruction-selection-phase.h.
| base::SmallVector<Block*, 4> v8::internal::compiler::turboshaft::TurboshaftSpecialRPONumberer::SpecialRPOStackFrame::successors | 
Definition at line 44 of file instruction-selection-phase.h.