Searched defs:strong (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/include/ |
D | object_header-inl.h | 134 std::memory_order memoryOrder, bool strong) in CompareAndSetFieldPrimitive() 141 std::memory_order memoryOrder, bool strong) in CompareAndSetFieldObject() 150 std::memory_order memoryOrder, bool strong) in CompareAndExchangeFieldPrimitive() 158 bool strong) in CompareAndExchangeFieldObject()
|
D | class-inl.h | 755 bool strong) in CompareAndSetFieldPrimitive() 763 std::memory_order memoryOrder, bool strong) in CompareAndSetFieldObject() 775 bool strong) in CompareAndExchangeFieldPrimitive() 783 … std::memory_order memoryOrder, bool strong) in CompareAndExchangeFieldObject()
|
D | object_accessor-inl.h | 244 … std::memory_order memoryOrder, bool strong) in CompareAndSetFieldPrimitive() 261 bool strong) in CompareAndSetFieldObject()
|
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
D | array-inl.h | 84 bool strong) in CompareAndSetPrimitive() 94 std::memory_order memoryOrder, bool strong) in CompareAndSetObject() 104 bool strong) in CompareAndExchangePrimitive() 114 std::memory_order memoryOrder, bool strong) in CompareAndExchangeObject()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
D | ets_object.h | 150 …etFieldPrimitive(size_t offset, T oldValue, T newValue, std::memory_order memoryOrder, bool strong) in CompareAndSetFieldPrimitive() 156 std::memory_order memoryOrder, bool strong) in CompareAndSetFieldObject()
|