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

  /art/runtime/gc/accounting/
card_table-inl.h 33 Atomic<uint8_t>* byte_atomic = reinterpret_cast<Atomic<uint8_t>*>(address); local
34 return byte_atomic->CompareExchangeWeakRelaxed(old_value, new_value);

Completed in 738 milliseconds