HomeSort by relevance Sort by last modified time
    Searched refs:CompareAndSetStrongRelease (Results 1 - 3 of 3) sorted by null

  /art/runtime/
class_table-inl.h 98 data_.CompareAndSetStrongRelease(before, Encode(after_ptr, MaskHash(before)));
113 data_.CompareAndSetStrongRelease(before, Encode(after_ptr, MaskHash(before)));
  /art/libartbase/base/
atomic.h 146 bool CompareAndSetStrongRelease(T expected_value, T desired_value) {
  /art/runtime/mirror/
object-readbarrier-inl.h 249 bool success = atomic_addr->CompareAndSetStrongRelease(old_ref, new_ref);

Completed in 2537 milliseconds