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

#include <machine-operator.h>

Collaboration diagram for v8::internal::compiler::StoreRepresentation:

Public Member Functions

 StoreRepresentation (MachineRepresentation representation, WriteBarrierKind write_barrier_kind)
 
MachineRepresentation representation () const
 
WriteBarrierKind write_barrier_kind () const
 

Private Attributes

MachineRepresentation representation_
 
WriteBarrierKind write_barrier_kind_
 

Detailed Description

Definition at line 177 of file machine-operator.h.

Constructor & Destructor Documentation

◆ StoreRepresentation()

v8::internal::compiler::StoreRepresentation::StoreRepresentation ( MachineRepresentation representation,
WriteBarrierKind write_barrier_kind )
inline

Definition at line 179 of file machine-operator.h.

Member Function Documentation

◆ representation()

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

Definition at line 184 of file machine-operator.h.

Here is the caller graph for this function:

◆ write_barrier_kind()

WriteBarrierKind v8::internal::compiler::StoreRepresentation::write_barrier_kind ( ) const
inline

Definition at line 185 of file machine-operator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ representation_

MachineRepresentation v8::internal::compiler::StoreRepresentation::representation_
private

Definition at line 188 of file machine-operator.h.

◆ write_barrier_kind_

WriteBarrierKind v8::internal::compiler::StoreRepresentation::write_barrier_kind_
private

Definition at line 189 of file machine-operator.h.


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