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

  /art/runtime/gc/accounting/
card_table-inl.h 47 const uintptr_t new_word = cur_word | (static_cast<uintptr_t>(new_value) << shift_in_bits);
48 return word_atomic->CompareExchangeWeakRelaxed(old_word, new_word);
181 uintptr_t new_word; member in union:art::gc::accounting::__anon102
196 if (LIKELY(atomic_word->CompareExchangeWeakRelaxed(expected_word, new_word))) {
  /system/media/camera/docs/
metadata_helpers.py     [all...]

Completed in 92 milliseconds