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

#include <common-operator.h>

Collaboration diagram for v8::internal::compiler::ExitMachineGraphParameters:

Public Member Functions

 ExitMachineGraphParameters (MachineRepresentation output_representation, Type output_type)
 
MachineRepresentation output_representation () const
 
const Typeoutput_type () const
 

Private Attributes

const MachineRepresentation output_representation_
 
const Type output_type_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ExitMachineGraphParameters()

v8::internal::compiler::ExitMachineGraphParameters::ExitMachineGraphParameters ( MachineRepresentation output_representation,
Type output_type )
inline

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

Member Function Documentation

◆ output_representation()

MachineRepresentation v8::internal::compiler::ExitMachineGraphParameters::output_representation ( ) const
inline

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

Here is the caller graph for this function:

◆ output_type()

const Type & v8::internal::compiler::ExitMachineGraphParameters::output_type ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ output_representation_

const MachineRepresentation v8::internal::compiler::ExitMachineGraphParameters::output_representation_
private

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

◆ output_type_

const Type v8::internal::compiler::ExitMachineGraphParameters::output_type_
private

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


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