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

#include <phase.h>

Inheritance diagram for v8::internal::compiler::turboshaft::detail::GraphComponent:
Collaboration diagram for v8::internal::compiler::turboshaft::detail::GraphComponent:

Public Member Functions

 ComponentWithZone (ZoneStats *zone_stats)
 
 ComponentWithZone (ZoneWithName< ZoneName > existing_zone)
 
- Public Member Functions inherited from v8::internal::compiler::turboshaft::detail::ComponentWithZone< kGraphZoneName >
 ComponentWithZone (ZoneStats *zone_stats)
 
 ComponentWithZone (ZoneWithName< ZoneName > existing_zone)
 

Public Attributes

Pointer< Graphgraph = nullptr
 
Pointer< SourcePositionTablesource_positions = nullptr
 
Pointer< NodeOriginTablenode_origins = nullptr
 
bool graph_has_special_rpo = false
 
bool graph_has_lowered_fast_api_calls = false
 
- Public Attributes inherited from v8::internal::compiler::turboshaft::detail::ComponentWithZone< kGraphZoneName >
ZoneWithName< ZoneName > zone
 

Additional Inherited Members

- Public Types inherited from v8::internal::compiler::turboshaft::detail::ComponentWithZone< kGraphZoneName >
using Pointer
 

Detailed Description

Definition at line 129 of file phase.h.

Member Function Documentation

◆ ComponentWithZone() [1/2]

v8::internal::compiler::turboshaft::detail::ComponentWithZone< ZoneName >::ComponentWithZone ( ZoneStats * zone_stats)
inlineexplicit

Definition at line 104 of file phase.h.

◆ ComponentWithZone() [2/2]

v8::internal::compiler::turboshaft::detail::ComponentWithZone< ZoneName >::ComponentWithZone ( ZoneWithName< ZoneName > existing_zone)
inlineexplicit

Definition at line 113 of file phase.h.

Member Data Documentation

◆ graph

Pointer<Graph> v8::internal::compiler::turboshaft::detail::GraphComponent::graph = nullptr

Definition at line 132 of file phase.h.

◆ graph_has_lowered_fast_api_calls

bool v8::internal::compiler::turboshaft::detail::GraphComponent::graph_has_lowered_fast_api_calls = false

Definition at line 136 of file phase.h.

◆ graph_has_special_rpo

bool v8::internal::compiler::turboshaft::detail::GraphComponent::graph_has_special_rpo = false

Definition at line 135 of file phase.h.

◆ node_origins

Pointer<NodeOriginTable> v8::internal::compiler::turboshaft::detail::GraphComponent::node_origins = nullptr

Definition at line 134 of file phase.h.

◆ source_positions

Pointer<SourcePositionTable> v8::internal::compiler::turboshaft::detail::GraphComponent::source_positions = nullptr

Definition at line 133 of file phase.h.


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