Searched refs:old_val (Results 1 – 3 of 3) sorted by relevance
/art/runtime/mirror/ |
D | dex_cache.cc | 108 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()
|
D | object-readbarrier-inl.h | 61 inline bool Object::CasLockWord(LockWord old_val, in CasLockWord() argument 67 old_val.GetValue(), in CasLockWord()
|
D | object.h | 155 bool CasLockWord(LockWord old_val, LockWord new_val, CASMode mode, std::memory_order memory_order)
|