Home
last modified time | relevance | path

Searched defs:CompareAndSetFieldObject (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_object.h178 bool CompareAndSetFieldObject(size_t offset, EtsObject *oldValue, EtsObject *newValue, in CompareAndSetFieldObject() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_header-inl.h154 inline bool ObjectHeader::CompareAndSetFieldObject(size_t offset, ObjectHeader *oldValue, ObjectHea… in CompareAndSetFieldObject() function
Dobject_accessor-inl.h316 inline std::pair<bool, ObjectHeader *> ObjectAccessor::CompareAndSetFieldObject(void *obj, size_t o… in CompareAndSetFieldObject() function
Dclass-inl.h832 inline bool Class::CompareAndSetFieldObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *ne… in CompareAndSetFieldObject() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_object_test.cpp254 TEST_F(EtsObjectTest, CompareAndSetFieldObject) in TEST_F() argument