Home
last modified time | relevance | path

Searched defs:Relaxed_Store (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/base/
Datomicops_internals_std.h102 inline void Relaxed_Store(volatile Atomic8* ptr, Atomic8 value) { in Relaxed_Store() function
107 inline void Relaxed_Store(volatile Atomic16* ptr, Atomic16 value) { in Relaxed_Store() function
112 inline void Relaxed_Store(volatile Atomic32* ptr, Atomic32 value) { in Relaxed_Store() function
190 inline void Relaxed_Store(volatile Atomic64* ptr, Atomic64 value) { in Relaxed_Store() function
Datomicops_internals_portable.h115 inline void Relaxed_Store(volatile Atomic8* ptr, Atomic8 value) { in Relaxed_Store() function
119 inline void Relaxed_Store(volatile Atomic16* ptr, Atomic16 value) { in Relaxed_Store() function
123 inline void Relaxed_Store(volatile Atomic32* ptr, Atomic32 value) { in Relaxed_Store() function
188 inline void Relaxed_Store(volatile Atomic64* ptr, Atomic64 value) { in Relaxed_Store() function
Datomicops_internals_atomicword_compat.h66 inline void Relaxed_Store(volatile AtomicWord* ptr, AtomicWord value) { in Relaxed_Store() function
/external/v8/src/objects/
Dcompressed-slots-inl.h60 void CompressedObjectSlot::Relaxed_Store(Object value) const { in Relaxed_Store() function
107 void CompressedMaybeObjectSlot::Relaxed_Store(MaybeObject value) const { in Relaxed_Store() function
170 void OffHeapCompressedObjectSlot::Relaxed_Store(Object value) const { in Relaxed_Store() function
Dslots-inl.h54 void FullObjectSlot::Relaxed_Store(Object value) const { in Relaxed_Store() function
98 void FullMaybeObjectSlot::Relaxed_Store(MaybeObject value) const { in Relaxed_Store() function
Dtagged-field-inl.h107 void TaggedField<T, kFieldOffset>::Relaxed_Store(HeapObject host, T value) { in Relaxed_Store() function
113 void TaggedField<T, kFieldOffset>::Relaxed_Store(HeapObject host, int offset, in Relaxed_Store() function