v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::SelectParameters Class Referencefinal

#include <common-operator.h>

Collaboration diagram for v8::internal::compiler::SelectParameters:

Public Member Functions

 SelectParameters (MachineRepresentation representation, BranchHint hint=BranchHint::kNone, BranchSemantics semantics=BranchSemantics::kUnspecified)
 
MachineRepresentation representation () const
 
BranchHint hint () const
 
BranchSemantics semantics () const
 

Private Attributes

const MachineRepresentation representation_
 
const BranchHint hint_
 
const BranchSemantics semantics_
 

Detailed Description

Definition at line 161 of file common-operator.h.

Constructor & Destructor Documentation

◆ SelectParameters()

v8::internal::compiler::SelectParameters::SelectParameters ( MachineRepresentation representation,
BranchHint hint = BranchHint::kNone,
BranchSemantics semantics = BranchSemantics::kUnspecified )
inlineexplicit

Definition at line 163 of file common-operator.h.

Member Function Documentation

◆ hint()

BranchHint v8::internal::compiler::SelectParameters::hint ( ) const
inline

Definition at line 169 of file common-operator.h.

Here is the caller graph for this function:

◆ representation()

MachineRepresentation v8::internal::compiler::SelectParameters::representation ( ) const
inline

Definition at line 168 of file common-operator.h.

Here is the caller graph for this function:

◆ semantics()

BranchSemantics v8::internal::compiler::SelectParameters::semantics ( ) const
inline

Definition at line 170 of file common-operator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ hint_

const BranchHint v8::internal::compiler::SelectParameters::hint_
private

Definition at line 174 of file common-operator.h.

◆ representation_

const MachineRepresentation v8::internal::compiler::SelectParameters::representation_
private

Definition at line 173 of file common-operator.h.

◆ semantics_

const BranchSemantics v8::internal::compiler::SelectParameters::semantics_
private

Definition at line 175 of file common-operator.h.


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