Searched defs:Relaxed_Store (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/objects/ |
| D | compressed-slots-inl.h | 80 void CompressedObjectSlot::Relaxed_Store(Object value) const { in Relaxed_Store() function 128 void CompressedMaybeObjectSlot::Relaxed_Store(MaybeObject value) const { in Relaxed_Store() function 194 void OffHeapCompressedObjectSlot::Relaxed_Store(Object value) const { in Relaxed_Store() function
|
| D | slots-inl.h | 75 void FullObjectSlot::Relaxed_Store(Object value) const { in Relaxed_Store() function 120 void FullMaybeObjectSlot::Relaxed_Store(MaybeObject value) const { in Relaxed_Store() function
|
| D | tagged-field-inl.h | 130 void TaggedField<T, kFieldOffset>::Relaxed_Store(HeapObject host, T value) { in Relaxed_Store() function 138 void TaggedField<T, kFieldOffset>::Relaxed_Store(HeapObject host, int offset, in Relaxed_Store() function
|
| /third_party/node/deps/v8/src/base/ |
| D | atomicops.h | 180 inline void Relaxed_Store(volatile Atomic8* ptr, Atomic8 value) { in Relaxed_Store() function 185 inline void Relaxed_Store(volatile Atomic16* ptr, Atomic16 value) { in Relaxed_Store() function 190 inline void Relaxed_Store(volatile Atomic32* ptr, Atomic32 value) { in Relaxed_Store() function 314 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
|