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

Public Member Functions

 FieldInfo ()=default
 
 FieldInfo (Node *value, MachineRepresentation representation)
 
bool operator== (const FieldInfo &other) const
 
bool operator!= (const FieldInfo &other) const
 
bool IsEmpty () const
 

Public Attributes

Nodevalue = nullptr
 
MachineRepresentation representation = MachineRepresentation::kNone
 

Detailed Description

Definition at line 44 of file csa-load-elimination.h.

Constructor & Destructor Documentation

◆ FieldInfo() [1/2]

v8::internal::compiler::CsaLoadElimination::FieldInfo::FieldInfo ( )
default

◆ FieldInfo() [2/2]

v8::internal::compiler::CsaLoadElimination::FieldInfo::FieldInfo ( Node * value,
MachineRepresentation representation )
inline

Definition at line 46 of file csa-load-elimination.h.

Member Function Documentation

◆ IsEmpty()

bool v8::internal::compiler::CsaLoadElimination::FieldInfo::IsEmpty ( ) const
inline

Definition at line 55 of file csa-load-elimination.h.

Here is the caller graph for this function:

◆ operator!=()

bool v8::internal::compiler::CsaLoadElimination::FieldInfo::operator!= ( const FieldInfo & other) const
inline

Definition at line 53 of file csa-load-elimination.h.

◆ operator==()

bool v8::internal::compiler::CsaLoadElimination::FieldInfo::operator== ( const FieldInfo & other) const
inline

Definition at line 49 of file csa-load-elimination.h.

Member Data Documentation

◆ representation

MachineRepresentation v8::internal::compiler::CsaLoadElimination::FieldInfo::representation = MachineRepresentation::kNone

Definition at line 58 of file csa-load-elimination.h.

◆ value

Node* v8::internal::compiler::CsaLoadElimination::FieldInfo::value = nullptr

Definition at line 57 of file csa-load-elimination.h.


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