Home
last modified time | relevance | path

Searched refs:old_val (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Ddex_cache.cc108 ArtField* old_val = fields_array->Get(i); in VisitReflectiveTargets() local
109 if (old_val == nullptr) { in VisitReflectiveTargets()
113 old_val, DexCacheSourceInfo(kSourceDexCacheResolvedField, i, this)); in VisitReflectiveTargets()
114 if (new_val != old_val) { in VisitReflectiveTargets()
123 ArtMethod* old_val = methods_array->Get(i); in VisitReflectiveTargets() local
124 if (old_val == nullptr) { in VisitReflectiveTargets()
128 old_val, DexCacheSourceInfo(kSourceDexCacheResolvedMethod, i, this)); in VisitReflectiveTargets()
129 if (new_val != old_val) { in VisitReflectiveTargets()
Dobject-readbarrier-inl.h61 inline bool Object::CasLockWord(LockWord old_val, in CasLockWord() argument
67 old_val.GetValue(), in CasLockWord()
Dobject.h155 bool CasLockWord(LockWord old_val, LockWord new_val, CASMode mode, std::memory_order memory_order)