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

#include <turbofan-graph-visualizer.h>

Collaboration diagram for v8::internal::compiler::AsRPO:

Public Member Functions

 AsRPO (const TFGraph &g)
 

Public Attributes

const TFGraphgraph
 

Detailed Description

Definition at line 203 of file turbofan-graph-visualizer.h.

Constructor & Destructor Documentation

◆ AsRPO()

v8::internal::compiler::AsRPO::AsRPO ( const TFGraph & g)
inlineexplicit

Definition at line 204 of file turbofan-graph-visualizer.h.

Member Data Documentation

◆ graph

const TFGraph& v8::internal::compiler::AsRPO::graph

Definition at line 205 of file turbofan-graph-visualizer.h.


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