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

Public Attributes

BasicBlockblock
 
size_t index
 

Detailed Description

Definition at line 729 of file scheduler.cc.

Member Data Documentation

◆ block

BasicBlock* v8::internal::compiler::SpecialRPONumberer::SpecialRPOStackFrame::block

Definition at line 730 of file scheduler.cc.

◆ index

size_t v8::internal::compiler::SpecialRPONumberer::SpecialRPOStackFrame::index

Definition at line 731 of file scheduler.cc.


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