Searched defs:Relaxed_Store (Results 1 – 6 of 6) sorted by relevance
| /external/v8/src/base/ |
| D | atomicops_internals_std.h | 102 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
|
| D | atomicops_internals_portable.h | 115 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
|
| D | atomicops_internals_atomicword_compat.h | 66 inline void Relaxed_Store(volatile AtomicWord* ptr, AtomicWord value) { in Relaxed_Store() function
|
| /external/v8/src/objects/ |
| D | compressed-slots-inl.h | 60 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
|
| D | slots-inl.h | 54 void FullObjectSlot::Relaxed_Store(Object value) const { in Relaxed_Store() function 98 void FullMaybeObjectSlot::Relaxed_Store(MaybeObject value) const { in Relaxed_Store() function
|
| D | tagged-field-inl.h | 107 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
|