Home
last modified time | relevance | path

Searched defs:old_value (Results 1 – 13 of 13) sorted by relevance

/art/runtime/mirror/
Dobject-inl.h570 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 …]
Dobject-readbarrier-inl.h42 int32_t old_value, int32_t new_value) { in CasFieldWeakRelaxed32()
198 ObjPtr<Object> old_value, in CasFieldStrongRelaxedObjectWithoutWriteBarrier()
227 ObjPtr<Object> old_value, in CasFieldStrongReleaseObjectWithoutWriteBarrier()
Dvar_handle.cc509 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/
Dquasi_atomic.cc58 bool QuasiAtomic::SwapMutexCas64(int64_t old_value, int64_t new_value, volatile int64_t* addr) { in SwapMutexCas64()
Dquasi_atomic.h142 static bool Cas64(int64_t old_value, int64_t new_value, volatile int64_t* addr) { in Cas64()
/art/runtime/
Dsubtype_check.h462 SubtypeCheckBitsAndStatus old_value = ReadField(klass); in WriteSubtypeCheckBits() local
506 SubtypeCheckBitsAndStatus old_value = ReadField(klass); in WriteStatusImpl() local
Druntime.cc528 auto old_value = gAborting.fetch_add(1); // set before taking any locks in Abort() local
/art/libartbase/base/
Dstl_util.h109 void ReplaceElement(Container& container, const T& old_value, const T& new_value) { in ReplaceElement()
Dleb128.h275 uint32_t old_value = DecodeUnsignedLeb128(&old_end); in UpdateUnsignedLeb128() local
Dleb128_test.cc260 uint32_t old_value = uleb128_tests[i].decoded; in TEST() local
/art/openjdkjvmti/
Dti_search.cc142 ScopedLocalRef<jobject> old_value(self->GetJniEnv(), in Update() local
/art/runtime/gc/accounting/
Dcard_table-inl.h33 static inline bool byte_cas(uint8_t old_value, uint8_t new_value, uint8_t* address) { in byte_cas()
/art/runtime/gc/
Dheap.cc3774 size_t old_value = new_native_bytes_allocated_.FetchAndAddRelaxed(bytes); in RegisterNativeAllocation() local