Searched defs:old_value (Results 1 – 4 of 4) sorted by relevance
/art/runtime/mirror/ |
D | object-inl.h | 460 int32_t old_value, int32_t new_value) { in CasFieldWeakSequentiallyConsistent32() 478 int32_t old_value, int32_t new_value) { in CasFieldWeakRelaxed32() 496 int32_t old_value, int32_t new_value) { in CasFieldStrongSequentiallyConsistent32() 562 int64_t old_value, int64_t new_value) { in CasFieldWeakSequentiallyConsistent64() 579 int64_t old_value, int64_t new_value) { in CasFieldStrongSequentiallyConsistent64() 682 Object* old_value, Object* new_value) { in CasFieldWeakSequentiallyConsistentObject() 714 Object* old_value, Object* new_value) { in CasFieldStrongSequentiallyConsistentObject()
|
/art/runtime/ |
D | atomic.cc | 57 bool QuasiAtomic::SwapMutexCas64(int64_t old_value, int64_t new_value, volatile int64_t* addr) { in SwapMutexCas64()
|
D | atomic.h | 141 static bool Cas64(int64_t old_value, int64_t new_value, volatile int64_t* addr) { in Cas64()
|
/art/runtime/gc/accounting/ |
D | card_table-inl.h | 30 static inline bool byte_cas(byte old_value, byte new_value, byte* address) { in byte_cas()
|