Home
last modified time | relevance | path

Searched refs:Relaxed_CompareAndSwap (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/base/
Datomicops_internals_atomicword_compat.h26 inline AtomicWord Relaxed_CompareAndSwap(volatile AtomicWord* ptr, in Relaxed_CompareAndSwap() function
29 return Relaxed_CompareAndSwap(reinterpret_cast<volatile Atomic32*>(ptr), in Relaxed_CompareAndSwap()
Datomicops.h103 inline Atomic8 Relaxed_CompareAndSwap(volatile Atomic8* ptr, Atomic8 old_value, in Relaxed_CompareAndSwap() function
111 inline Atomic16 Relaxed_CompareAndSwap(volatile Atomic16* ptr, in Relaxed_CompareAndSwap() function
119 inline Atomic32 Relaxed_CompareAndSwap(volatile Atomic32* ptr, in Relaxed_CompareAndSwap() function
262 inline Atomic64 Relaxed_CompareAndSwap(volatile Atomic64* ptr, in Relaxed_CompareAndSwap() function
Datomic-utils.h133 static T Relaxed_CompareAndSwap(
137 return cast_helper<T>::to_return_type(base::Relaxed_CompareAndSwap(
/third_party/node/deps/v8/src/sandbox/
Dexternal-pointer-table-inl.h118 uint32_t old_val = base::Relaxed_CompareAndSwap( in Allocate()
139 base::Atomic64 val = base::Relaxed_CompareAndSwap(ptr, old_val, new_val); in Mark()
/third_party/node/deps/v8/src/objects/
Dslots-inl.h83 Object FullObjectSlot::Relaxed_CompareAndSwap(Object old, Object target) const { in Relaxed_CompareAndSwap() function
84 Address result = base::AsAtomicPointer::Relaxed_CompareAndSwap( in Relaxed_CompareAndSwap()
Ddescriptor-array-inl.h49 return base::Relaxed_CompareAndSwap( in CompareAndSwapRawNumberOfMarkedDescriptors()
Dslots.h126 inline Object Relaxed_CompareAndSwap(Object old, Object target) const;
Dcode.cc702 base::AsAtomic16::Relaxed_CompareAndSwap( in MakeOlder()
/third_party/node/deps/v8/src/heap/
Dheap-inl.h523 Smi::cast(last_script_id_slot.Relaxed_CompareAndSwap(last_id, new_id)); in NextScriptId()