Searched refs:Relaxed_CompareAndSwap (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/base/ |
D | atomicops_internals_atomicword_compat.h | 26 inline AtomicWord Relaxed_CompareAndSwap(volatile AtomicWord* ptr, in Relaxed_CompareAndSwap() function 29 return Relaxed_CompareAndSwap(reinterpret_cast<volatile Atomic32*>(ptr), in Relaxed_CompareAndSwap()
|
D | atomicops.h | 103 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
|
D | atomic-utils.h | 133 static T Relaxed_CompareAndSwap( 137 return cast_helper<T>::to_return_type(base::Relaxed_CompareAndSwap(
|
/third_party/node/deps/v8/src/sandbox/ |
D | external-pointer-table-inl.h | 118 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/ |
D | slots-inl.h | 83 Object FullObjectSlot::Relaxed_CompareAndSwap(Object old, Object target) const { in Relaxed_CompareAndSwap() function 84 Address result = base::AsAtomicPointer::Relaxed_CompareAndSwap( in Relaxed_CompareAndSwap()
|
D | descriptor-array-inl.h | 49 return base::Relaxed_CompareAndSwap( in CompareAndSwapRawNumberOfMarkedDescriptors()
|
D | slots.h | 126 inline Object Relaxed_CompareAndSwap(Object old, Object target) const;
|
D | code.cc | 702 base::AsAtomic16::Relaxed_CompareAndSwap( in MakeOlder()
|
/third_party/node/deps/v8/src/heap/ |
D | heap-inl.h | 523 Smi::cast(last_script_id_slot.Relaxed_CompareAndSwap(last_id, new_id)); in NextScriptId()
|