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

#include <phase.h>

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

Public Member Functions

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

Public Attributes

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

Additional Inherited Members

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

Detailed Description

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

◆ sequence

Pointer<InstructionSequence> v8::internal::compiler::turboshaft::detail::InstructionComponent::sequence = nullptr

Definition at line 156 of file phase.h.


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