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

#include <machine-operator.h>

Collaboration diagram for v8::internal::compiler::AtomicOpParameters:

Public Member Functions

 AtomicOpParameters (MachineType type, MemoryAccessKind kind=MemoryAccessKind::kNormal)
 
MachineType type () const
 
MemoryAccessKind kind () const
 

Private Attributes

MachineType type_
 
MemoryAccessKind kind_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ AtomicOpParameters()

v8::internal::compiler::AtomicOpParameters::AtomicOpParameters ( MachineType type,
MemoryAccessKind kind = MemoryAccessKind::kNormal )
inline

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

Member Function Documentation

◆ kind()

MemoryAccessKind v8::internal::compiler::AtomicOpParameters::kind ( ) const
inline

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

Here is the caller graph for this function:

◆ type()

MachineType v8::internal::compiler::AtomicOpParameters::type ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ kind_

MemoryAccessKind v8::internal::compiler::AtomicOpParameters::kind_
private

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

◆ type_

MachineType v8::internal::compiler::AtomicOpParameters::type_
private

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


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