Searched refs:CompareAndSetStrongRelease (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dclass_table-inl.h98 data_.CompareAndSetStrongRelease(before, Encode(after_ptr, MaskHash(before)));
113 data_.CompareAndSetStrongRelease(before, Encode(after_ptr, MaskHash(before)));
/art/libartbase/base/
H A Datomic.h146 bool CompareAndSetStrongRelease(T expected_value, T desired_value) { function
/art/runtime/mirror/
H A Dobject-readbarrier-inl.h249 bool success = atomic_addr->CompareAndSetStrongRelease(old_ref, new_ref);

Completed in 727 milliseconds