![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <machine-operator.h>
Public Member Functions | |
AtomicStoreParameters (MachineRepresentation representation, WriteBarrierKind write_barrier_kind, AtomicMemoryOrder order, MemoryAccessKind kind=MemoryAccessKind::kNormal) | |
MachineRepresentation | representation () const |
WriteBarrierKind | write_barrier_kind () const |
AtomicMemoryOrder | order () const |
MemoryAccessKind | kind () const |
StoreRepresentation | store_representation () const |
Private Attributes | |
StoreRepresentation | store_representation_ |
AtomicMemoryOrder | order_ |
MemoryAccessKind | kind_ |
Definition at line 214 of file machine-operator.h.
|
inline |
Definition at line 216 of file machine-operator.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 239 of file machine-operator.h.
|
private |
Definition at line 238 of file machine-operator.h.
|
private |
Definition at line 237 of file machine-operator.h.