HomeSort by relevance Sort by last modified time
    Searched full:expected_word (Results 1 - 1 of 1) sorted by null

  /art/runtime/gc/accounting/
card_table-inl.h 166 uintptr_t expected_word; member in union:art::gc::accounting::__anon95
177 expected_word = *word_cur;
178 if (LIKELY(expected_word == 0)) {
185 if (LIKELY(atomic_word->CompareExchangeWeakRelaxed(expected_word, new_word))) {

Completed in 552 milliseconds