Searched refs:SeqCst_Load (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | tagged-field.h | 60 static inline T SeqCst_Load(HeapObject host, int offset = 0); 61 static inline T SeqCst_Load(PtrComprCageBase cage_base, HeapObject host,
|
D | tagged-field-inl.h | 207 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()
|
D | property-array-inl.h | 50 return TaggedField<Object>::SeqCst_Load(cage_base, *this, in get()
|
D | js-objects-inl.h | 373 return TaggedField<Object>::SeqCst_Load(cage_base, *this, index.offset()); in RawFastPropertyAt()
|
D | object-macros.h | 423 TaggedField<Object>::SeqCst_Load(p, offset)
|
/third_party/node/deps/v8/src/base/ |
D | atomicops.h | 250 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
|
D | atomic-utils.h | 70 static T SeqCst_Load(T* addr) { 73 base::SeqCst_Load(to_storage_addr(addr)));
|