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

#include <slots-atomic-inl.h>

Collaboration diagram for v8::internal::AtomicSlot::Reference:

Public Member Functions

 Reference (Tagged_t *address)
 
 Reference (const Reference &) V8_NOEXCEPT=default
 
Referenceoperator= (const Reference &other) V8_NOEXCEPT
 
Referenceoperator= (Tagged_t value)
 
 operator Tagged_t () const
 
void swap (Reference &other)
 
bool operator< (const Reference &other) const
 
bool operator== (const Reference &other) const
 

Private Member Functions

Tagged_t value () const
 

Private Attributes

Tagged_taddress_
 

Detailed Description

Definition at line 33 of file slots-atomic-inl.h.

Constructor & Destructor Documentation

◆ Reference() [1/2]

v8::internal::AtomicSlot::Reference::Reference ( Tagged_t * address)
inlineexplicit

Definition at line 35 of file slots-atomic-inl.h.

◆ Reference() [2/2]

v8::internal::AtomicSlot::Reference::Reference ( const Reference & )
default

Member Function Documentation

◆ operator Tagged_t()

v8::internal::AtomicSlot::Reference::operator Tagged_t ( ) const
inline

Definition at line 50 of file slots-atomic-inl.h.

Here is the call graph for this function:

◆ operator<()

bool v8::internal::AtomicSlot::Reference::operator< ( const Reference & other) const
inline

Definition at line 58 of file slots-atomic-inl.h.

Here is the call graph for this function:

◆ operator=() [1/2]

Reference & v8::internal::AtomicSlot::Reference::operator= ( const Reference & other)
inline

Definition at line 38 of file slots-atomic-inl.h.

Here is the call graph for this function:

◆ operator=() [2/2]

Reference & v8::internal::AtomicSlot::Reference::operator= ( Tagged_t value)
inline

Definition at line 43 of file slots-atomic-inl.h.

Here is the call graph for this function:

◆ operator==()

bool v8::internal::AtomicSlot::Reference::operator== ( const Reference & other) const
inline

Definition at line 62 of file slots-atomic-inl.h.

Here is the call graph for this function:

◆ swap()

void v8::internal::AtomicSlot::Reference::swap ( Reference & other)
inline

Definition at line 52 of file slots-atomic-inl.h.

Here is the call graph for this function:

◆ value()

Tagged_t v8::internal::AtomicSlot::Reference::value ( ) const
inlineprivate

Definition at line 67 of file slots-atomic-inl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ address_

Tagged_t* v8::internal::AtomicSlot::Reference::address_
private

Definition at line 69 of file slots-atomic-inl.h.


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