|
static Address | address (Tagged< HeapObject > host, int offset=0) |
|
static PtrType | load (Tagged< HeapObject > host, int offset=0) |
|
static PtrType | load (PtrComprCageBase cage_base, Tagged< HeapObject > host, int offset=0) |
|
static void | store (Tagged< HeapObject > host, PtrType value) |
|
static void | store (Tagged< HeapObject > host, int offset, PtrType value) |
|
static PtrType | Relaxed_Load (Tagged< HeapObject > host, int offset=0) |
|
static PtrType | Relaxed_Load (PtrComprCageBase cage_base, Tagged< HeapObject > host, int offset=0) |
|
static void | Relaxed_Store (Tagged< HeapObject > host, PtrType value) |
|
static void | Relaxed_Store (Tagged< HeapObject > host, int offset, PtrType value) |
|
static PtrType | Acquire_Load (Tagged< HeapObject > host, int offset=0) |
|
static PtrType | Acquire_Load_No_Unpack (PtrComprCageBase cage_base, Tagged< HeapObject > host, int offset=0) |
|
static PtrType | Acquire_Load (PtrComprCageBase cage_base, Tagged< HeapObject > host, int offset=0) |
|
static PtrType | SeqCst_Load (Tagged< HeapObject > host, int offset=0) |
|
static PtrType | SeqCst_Load (PtrComprCageBase cage_base, Tagged< HeapObject > host, int offset=0) |
|
static void | Release_Store (Tagged< HeapObject > host, PtrType value) |
|
static void | Release_Store (Tagged< HeapObject > host, int offset, PtrType value) |
|
static void | SeqCst_Store (Tagged< HeapObject > host, PtrType value) |
|
static void | SeqCst_Store (Tagged< HeapObject > host, int offset, PtrType value) |
|
static PtrType | SeqCst_Swap (Tagged< HeapObject > host, int offset, PtrType value) |
|
static PtrType | SeqCst_Swap (PtrComprCageBase cage_base, Tagged< HeapObject > host, int offset, PtrType value) |
|
static Tagged_t | Release_CompareAndSwap (Tagged< HeapObject > host, PtrType old, PtrType value) |
|
static Tagged_t | Relaxed_CompareAndSwap (Tagged< HeapObject > host, PtrType old, PtrType value) |
|
static PtrType | SeqCst_CompareAndSwap (Tagged< HeapObject > host, int offset, PtrType old, PtrType value) |
|
static PtrType | Relaxed_Load_Map_Word (PtrComprCageBase cage_base, Tagged< HeapObject > host) |
|
static void | Relaxed_Store_Map_Word (Tagged< HeapObject > host, PtrType value) |
|
static void | Release_Store_Map_Word (Tagged< HeapObject > host, PtrType value) |
|
template<typename
T, int kFieldOffset = 0, typename CompressionScheme = V8HeapCompressionScheme>
class v8::internal::TaggedField< T, kFieldOffset, CompressionScheme >
Definition at line 175 of file tagged-field.h.