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

  /art/runtime/mirror/
object_reference-inl.h 42 return atomic_reference->CompareExchangeWeakRelaxed(expected_ref.reference_,
object-readbarrier-inl.h 54 return atomic_addr->CompareExchangeWeakRelaxed(old_value, new_value);
object.cc 177 } while (!hash_code_seed.CompareExchangeWeakRelaxed(expected_value, new_value) ||
object-inl.h     [all...]
  /art/runtime/gc/accounting/
card_table-inl.h 34 return byte_atomic->CompareExchangeWeakRelaxed(old_value, new_value);
48 return word_atomic->CompareExchangeWeakRelaxed(old_word, new_word);
196 if (LIKELY(atomic_word->CompareExchangeWeakRelaxed(expected_word, new_word))) {
atomic_stack.h 111 } while (!back_index_.CompareExchangeWeakRelaxed(index, new_index));
243 } while (!back_index_.CompareExchangeWeakRelaxed(index, index + 1));
space_bitmap-inl.h 49 } while (!atomic_entry->CompareExchangeWeakRelaxed(old_word, old_word | mask));
  /art/runtime/
atomic.h 268 bool CompareExchangeWeakRelaxed(T expected_value, T desired_value) {
monitor.cc 130 if (hash_code_.CompareExchangeWeakRelaxed(0, mirror::Object::GenerateIdentityHashCode())) {
    [all...]
thread.cc     [all...]
  /art/runtime/gc/space/
region_space-inl.h 104 } while (!top_.CompareExchangeWeakRelaxed(old_top, new_top));
  /art/runtime/gc/collector/
concurrent_copying.cc     [all...]
  /art/runtime/base/
mutex.cc 295 } while (!data->cur_content_log_entry.CompareExchangeWeakRelaxed(slot, new_slot));
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 91 milliseconds