Home
last modified time | relevance | path

Searched refs:SeqCst_Load (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dtagged-field.h60 static inline T SeqCst_Load(HeapObject host, int offset = 0);
61 static inline T SeqCst_Load(PtrComprCageBase cage_base, HeapObject host,
Dtagged-field-inl.h207 T TaggedField<T, kFieldOffset>::SeqCst_Load(HeapObject host, int offset) { in SeqCst_Load() function
208 AtomicTagged_t value = AsAtomicTagged::SeqCst_Load(location(host, offset)); in SeqCst_Load()
215 T TaggedField<T, kFieldOffset>::SeqCst_Load(PtrComprCageBase cage_base, in SeqCst_Load() function
217 AtomicTagged_t value = AsAtomicTagged::SeqCst_Load(location(host, offset)); in SeqCst_Load()
Dproperty-array-inl.h50 return TaggedField<Object>::SeqCst_Load(cage_base, *this, in get()
Djs-objects-inl.h373 return TaggedField<Object>::SeqCst_Load(cage_base, *this, index.offset()); in RawFastPropertyAt()
Dobject-macros.h423 TaggedField<Object>::SeqCst_Load(p, offset)
/third_party/node/deps/v8/src/base/
Datomicops.h250 inline Atomic8 SeqCst_Load(volatile const Atomic8* ptr) { in SeqCst_Load() function
255 inline Atomic32 SeqCst_Load(volatile const Atomic32* ptr) { in SeqCst_Load() function
339 inline Atomic64 SeqCst_Load(volatile const Atomic64* ptr) { in SeqCst_Load() function
Datomic-utils.h70 static T SeqCst_Load(T* addr) {
73 base::SeqCst_Load(to_storage_addr(addr)));