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

  /art/runtime/gc/accounting/
card_table-inl.h 31 static inline bool byte_cas(uint8_t old_value, uint8_t new_value, uint8_t* address) { function in namespace:art::gc::accounting
151 } while (expected != new_value && UNLIKELY(!byte_cas(expected, new_value, card_cur)));
165 } while (expected != new_value && UNLIKELY(!byte_cas(expected, new_value, card_end)));

Completed in 227 milliseconds