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::RegisterComponent Struct Reference

#include <phase.h>

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

Public Member Functions

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

Public Attributes

Pointer< RegisterAllocationDataallocation_data = nullptr
 
- Public Attributes inherited from v8::internal::compiler::turboshaft::detail::ComponentWithZone< kRegisterAllocationZoneName >
ZoneWithName< ZoneName > zone
 

Additional Inherited Members

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

Detailed Description

Definition at line 159 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

◆ allocation_data

Pointer<RegisterAllocationData> v8::internal::compiler::turboshaft::detail::RegisterComponent::allocation_data = nullptr

Definition at line 163 of file phase.h.


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