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::ComponentWithZone< ZoneName > Struct Template Reference

#include <phase.h>

Collaboration diagram for v8::internal::compiler::turboshaft::detail::ComponentWithZone< ZoneName >:

Public Types

template<typename T >
using Pointer = ZoneWithNamePointer<T, ZoneName>
 

Public Member Functions

 ComponentWithZone (ZoneStats *zone_stats)
 
 ComponentWithZone (ZoneWithName< ZoneName > existing_zone)
 

Public Attributes

ZoneWithName< ZoneName > zone
 

Detailed Description

template<auto ZoneName>
struct v8::internal::compiler::turboshaft::detail::ComponentWithZone< ZoneName >

Definition at line 100 of file phase.h.

Member Typedef Documentation

◆ Pointer

template<auto ZoneName>
template<typename T >
using v8::internal::compiler::turboshaft::detail::ComponentWithZone< ZoneName >::Pointer = ZoneWithNamePointer<T, ZoneName>

Definition at line 102 of file phase.h.

Constructor & Destructor Documentation

◆ ComponentWithZone() [1/2]

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

Definition at line 104 of file phase.h.

◆ ComponentWithZone() [2/2]

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

Definition at line 113 of file phase.h.

Member Data Documentation

◆ zone

template<auto ZoneName>
ZoneWithName<ZoneName> v8::internal::compiler::turboshaft::detail::ComponentWithZone< ZoneName >::zone

Definition at line 116 of file phase.h.


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