Home
last modified time | relevance | path

Searched refs:SeqCst_Store (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dtagged-field.h67 static inline void SeqCst_Store(HeapObject host, T value);
68 static inline void SeqCst_Store(HeapObject host, int offset, T value);
Dtagged-field-inl.h224 void TaggedField<T, kFieldOffset>::SeqCst_Store(HeapObject host, T value) { in SeqCst_Store() function
227 AsAtomicTagged::SeqCst_Store(location(host), full_to_tagged(ptr)); in SeqCst_Store()
232 void TaggedField<T, kFieldOffset>::SeqCst_Store(HeapObject host, int offset, in SeqCst_Store() function
236 AsAtomicTagged::SeqCst_Store(location(host, offset), full_to_tagged(ptr)); in SeqCst_Store()
Dobject-macros.h438 TaggedField<Object>::SeqCst_Store(p, offset, value)
/third_party/node/deps/v8/src/base/
Datomicops.h210 inline void SeqCst_Store(volatile Atomic8* ptr, Atomic8 value) { in SeqCst_Store() function
215 inline void SeqCst_Store(volatile Atomic16* ptr, Atomic16 value) { in SeqCst_Store() function
220 inline void SeqCst_Store(volatile Atomic32* ptr, Atomic32 value) { in SeqCst_Store() function
324 inline void SeqCst_Store(volatile Atomic64* ptr, Atomic64 value) { in SeqCst_Store() function
Datomic-utils.h91 static void SeqCst_Store(T* addr,
94 base::SeqCst_Store(to_storage_addr(addr),
/third_party/node/deps/v8/src/codegen/
Dexternal-reference.cc1294 base::SeqCst_Store(reinterpret_cast<base::Atomic8*>(addr), in tsan_seq_cst_store_8_bits()
1303 base::SeqCst_Store(reinterpret_cast<base::Atomic16*>(addr), in tsan_seq_cst_store_16_bits()
1312 base::SeqCst_Store(reinterpret_cast<base::Atomic32*>(addr), in tsan_seq_cst_store_32_bits()
1321 base::SeqCst_Store(reinterpret_cast<base::Atomic64*>(addr), in tsan_seq_cst_store_64_bits()