Home
last modified time | relevance | path

Searched refs:atomic_xchg_at (Results 1 – 25 of 73) sorted by relevance

123

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A Daccess.hpp174 static inline T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function in Access
176 return AccessInternal::atomic_xchg_at<decorators>(base, offset, new_value); in atomic_xchg_at()
207 …return AccessInternal::atomic_xchg_at<decorators | INTERNAL_VALUE_IS_OOP>(base, offset, new_oop_va… in oop_atomic_xchg_at()
H A DaccessBackend.hpp384 static T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function in RawAccessBarrier
542 static inline T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
863 atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
870 atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
875 …return RuntimeDispatch<decorators, T, BARRIER_ATOMIC_XCHG_AT>::atomic_xchg_at(base, offset, new_va… in atomic_xchg_at()
1209 inline T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
1217 return PreRuntimeDispatch::atomic_xchg_at<expanded_decorators>(base, offset, new_decayed_value); in atomic_xchg_at()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A Daccess.hpp174 static inline T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function in Access
176 return AccessInternal::atomic_xchg_at<decorators>(base, offset, new_value); in atomic_xchg_at()
207 …return AccessInternal::atomic_xchg_at<decorators | INTERNAL_VALUE_IS_OOP>(base, offset, new_oop_va… in oop_atomic_xchg_at()
H A DaccessBackend.hpp384 static T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function in RawAccessBarrier
542 static inline T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
863 atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
870 atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
875 …return RuntimeDispatch<decorators, T, BARRIER_ATOMIC_XCHG_AT>::atomic_xchg_at(base, offset, new_va… in atomic_xchg_at()
1209 inline T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
1217 return PreRuntimeDispatch::atomic_xchg_at<expanded_decorators>(base, offset, new_decayed_value); in atomic_xchg_at()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A Daccess.hpp174 static inline T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function in Access
176 return AccessInternal::atomic_xchg_at<decorators>(new_value, base, offset); in atomic_xchg_at()
207 …return AccessInternal::atomic_xchg_at<decorators | INTERNAL_VALUE_IS_OOP>(new_oop_value, base, off… in oop_atomic_xchg_at()
H A DaccessBackend.hpp397 static T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function in RawAccessBarrier
555 static inline T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
877 atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
884 atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
889 …return RuntimeDispatch<decorators, T, BARRIER_ATOMIC_XCHG_AT>::atomic_xchg_at(new_value, base, off… in atomic_xchg_at()
1238 inline T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
1246 return PreRuntimeDispatch::atomic_xchg_at<expanded_decorators>(new_decayed_value, base, offset); in atomic_xchg_at()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A Daccess.hpp174 static inline T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function in Access
176 return AccessInternal::atomic_xchg_at<decorators>(new_value, base, offset); in atomic_xchg_at()
207 …return AccessInternal::atomic_xchg_at<decorators | INTERNAL_VALUE_IS_OOP>(new_oop_value, base, off… in oop_atomic_xchg_at()
H A DaccessBackend.hpp397 static T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function in RawAccessBarrier
555 static inline T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
877 atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
884 atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
889 …return RuntimeDispatch<decorators, T, BARRIER_ATOMIC_XCHG_AT>::atomic_xchg_at(new_value, base, off… in atomic_xchg_at()
1238 inline T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
1246 return PreRuntimeDispatch::atomic_xchg_at<expanded_decorators>(new_decayed_value, base, offset); in atomic_xchg_at()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A Daccess.hpp175 static inline T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function in Access
177 return AccessInternal::atomic_xchg_at<decorators>(new_value, base, offset); in atomic_xchg_at()
208 …return AccessInternal::atomic_xchg_at<decorators | INTERNAL_VALUE_IS_OOP>(new_oop_value, base, off… in oop_atomic_xchg_at()
H A DaccessBackend.hpp400 static T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function in RawAccessBarrier
560 static inline T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
898 atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
905 atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
910 …return RuntimeDispatch<decorators, T, BARRIER_ATOMIC_XCHG_AT>::atomic_xchg_at(new_value, base, off… in atomic_xchg_at()
1274 inline T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
1282 return PreRuntimeDispatch::atomic_xchg_at<expanded_decorators>(new_decayed_value, base, offset); in atomic_xchg_at()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A Daccess.hpp175 static inline T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function in Access
177 return AccessInternal::atomic_xchg_at<decorators>(new_value, base, offset); in atomic_xchg_at()
208 …return AccessInternal::atomic_xchg_at<decorators | INTERNAL_VALUE_IS_OOP>(new_oop_value, base, off… in oop_atomic_xchg_at()
H A DaccessBackend.hpp400 static T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function in RawAccessBarrier
560 static inline T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
898 atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
905 atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
910 …return RuntimeDispatch<decorators, T, BARRIER_ATOMIC_XCHG_AT>::atomic_xchg_at(new_value, base, off… in atomic_xchg_at()
1274 inline T atomic_xchg_at(T new_value, oop base, ptrdiff_t offset) { in atomic_xchg_at() function
1282 return PreRuntimeDispatch::atomic_xchg_at<expanded_decorators>(new_decayed_value, base, offset); in atomic_xchg_at()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A Daccess.hpp174 static inline T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function in Access
176 return AccessInternal::atomic_xchg_at<decorators>(base, offset, new_value); in atomic_xchg_at()
207 …return AccessInternal::atomic_xchg_at<decorators | INTERNAL_VALUE_IS_OOP>(base, offset, new_oop_va… in oop_atomic_xchg_at()
H A DaccessBackend.hpp384 static T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function in RawAccessBarrier
542 static inline T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
864 atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
871 atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
876 …return RuntimeDispatch<decorators, T, BARRIER_ATOMIC_XCHG_AT>::atomic_xchg_at(base, offset, new_va… in atomic_xchg_at()
1225 inline T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
1233 return PreRuntimeDispatch::atomic_xchg_at<expanded_decorators>(base, offset, new_decayed_value); in atomic_xchg_at()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A Daccess.hpp174 static inline T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function in Access
176 return AccessInternal::atomic_xchg_at<decorators>(base, offset, new_value); in atomic_xchg_at()
207 …return AccessInternal::atomic_xchg_at<decorators | INTERNAL_VALUE_IS_OOP>(base, offset, new_oop_va… in oop_atomic_xchg_at()
H A DaccessBackend.hpp398 static T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function in RawAccessBarrier
556 static inline T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
878 atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
885 atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
890 …return RuntimeDispatch<decorators, T, BARRIER_ATOMIC_XCHG_AT>::atomic_xchg_at(base, offset, new_va… in atomic_xchg_at()
1239 inline T atomic_xchg_at(oop base, ptrdiff_t offset, T new_value) { in atomic_xchg_at() function
1247 return PreRuntimeDispatch::atomic_xchg_at<expanded_decorators>(base, offset, new_decayed_value); in atomic_xchg_at()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/c1/
H A DbarrierSetC1.hpp135 virtual LIR_Opr atomic_xchg_at(LIRAccess& access, LIRItem& value);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/c1/
H A DbarrierSetC1.hpp135 virtual LIR_Opr atomic_xchg_at(LIRAccess& access, LIRItem& value);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/c1/
H A DbarrierSetC1.hpp135 virtual LIR_Opr atomic_xchg_at(LIRAccess& access, LIRItem& value);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/c1/
H A DbarrierSetC1.hpp135 virtual LIR_Opr atomic_xchg_at(LIRAccess& access, LIRItem& value);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/c1/
H A DbarrierSetC1.hpp135 virtual LIR_Opr atomic_xchg_at(LIRAccess& access, LIRItem& value);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/c1/
H A DbarrierSetC1.hpp135 virtual LIR_Opr atomic_xchg_at(LIRAccess& access, LIRItem& value);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/c1/
H A DbarrierSetC1.hpp135 virtual LIR_Opr atomic_xchg_at(LIRAccess& access, LIRItem& value);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/c1/
H A DbarrierSetC1.hpp135 virtual LIR_Opr atomic_xchg_at(LIRAccess& access, LIRItem& value);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/c2/
H A DbarrierSetC2.hpp188 virtual Node* atomic_xchg_at(C2AtomicAccess& access, Node* new_val, const Type* value_type) const;

123