Searched defs:old_value (Results 1 – 13 of 13) sorted by relevance
/art/runtime/mirror/ |
D | object-inl.h | 570 int32_t old_value, int32_t new_value) { in CasFieldWeakSequentiallyConsistent32() 588 int32_t old_value, int32_t new_value) { in CasFieldWeakAcquire32() 606 int32_t old_value, int32_t new_value) { in CasFieldWeakRelease32() 624 int32_t old_value, int32_t new_value) { in CasFieldStrongSequentiallyConsistent32() 681 int64_t old_value, int64_t new_value) { in CasFieldWeakSequentiallyConsistent64() 698 int64_t old_value, int64_t new_value) { in CasFieldStrongSequentiallyConsistent64() 801 ObjPtr<Object> old_value, in CasFieldWeakSequentiallyConsistentObject() 814 ObjPtr<Object> old_value, in CasFieldWeakSequentiallyConsistentObjectWithoutWriteBarrier() 842 ObjPtr<Object> old_value, in CasFieldStrongSequentiallyConsistentObject() 855 ObjPtr<Object> old_value, in CasFieldStrongSequentiallyConsistentObjectWithoutWriteBarrier() [all …]
|
D | object-readbarrier-inl.h | 42 int32_t old_value, int32_t new_value) { in CasFieldWeakRelaxed32() 198 ObjPtr<Object> old_value, in CasFieldStrongRelaxedObjectWithoutWriteBarrier() 227 ObjPtr<Object> old_value, in CasFieldStrongReleaseObjectWithoutWriteBarrier()
|
D | var_handle.cc | 509 T old_value = atom->exchange(new_value_, MO); in Access() local 537 T old_value = atom->load(std::memory_order_relaxed); in Apply() local 553 T old_value = AtomicGetAndAddOperator<T, kIsFloatingPoint, MO>::Apply(addr, addend_); in Access() local 604 T old_value = atom->fetch_or(value_, MO); in Access() local 623 T old_value = atom->fetch_and(value_, MO); in Access() local 643 T old_value = atom->fetch_xor(value_, MO); in Access() local 1093 ObjPtr<Object> old_value; in Dispatch() local
|
/art/runtime/base/ |
D | quasi_atomic.cc | 58 bool QuasiAtomic::SwapMutexCas64(int64_t old_value, int64_t new_value, volatile int64_t* addr) { in SwapMutexCas64()
|
D | quasi_atomic.h | 142 static bool Cas64(int64_t old_value, int64_t new_value, volatile int64_t* addr) { in Cas64()
|
/art/runtime/ |
D | subtype_check.h | 462 SubtypeCheckBitsAndStatus old_value = ReadField(klass); in WriteSubtypeCheckBits() local 506 SubtypeCheckBitsAndStatus old_value = ReadField(klass); in WriteStatusImpl() local
|
D | runtime.cc | 528 auto old_value = gAborting.fetch_add(1); // set before taking any locks in Abort() local
|
/art/libartbase/base/ |
D | stl_util.h | 109 void ReplaceElement(Container& container, const T& old_value, const T& new_value) { in ReplaceElement()
|
D | leb128.h | 275 uint32_t old_value = DecodeUnsignedLeb128(&old_end); in UpdateUnsignedLeb128() local
|
D | leb128_test.cc | 260 uint32_t old_value = uleb128_tests[i].decoded; in TEST() local
|
/art/openjdkjvmti/ |
D | ti_search.cc | 142 ScopedLocalRef<jobject> old_value(self->GetJniEnv(), in Update() local
|
/art/runtime/gc/accounting/ |
D | card_table-inl.h | 33 static inline bool byte_cas(uint8_t old_value, uint8_t new_value, uint8_t* address) { in byte_cas()
|
/art/runtime/gc/ |
D | heap.cc | 3774 size_t old_value = new_native_bytes_allocated_.FetchAndAddRelaxed(bytes); in RegisterNativeAllocation() local
|