Searched defs:CompareAndSetFieldObject (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_object.h | 178 bool CompareAndSetFieldObject(size_t offset, EtsObject *oldValue, EtsObject *newValue, in CompareAndSetFieldObject() function
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | object_header-inl.h | 154 inline bool ObjectHeader::CompareAndSetFieldObject(size_t offset, ObjectHeader *oldValue, ObjectHea… in CompareAndSetFieldObject() function
|
| D | object_accessor-inl.h | 316 inline std::pair<bool, ObjectHeader *> ObjectAccessor::CompareAndSetFieldObject(void *obj, size_t o… in CompareAndSetFieldObject() function
|
| D | class-inl.h | 832 inline bool Class::CompareAndSetFieldObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *ne… in CompareAndSetFieldObject() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_object_test.cpp | 254 TEST_F(EtsObjectTest, CompareAndSetFieldObject) in TEST_F() argument
|