Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.cc3183 mirror::Object* expected_ref = ref; in Process() local
3186 if (expected_ref != in Process()
3194 expected_ref, in Process()
3212 mirror::Object* expected_ref = ref; in VisitRoots() local
3215 if (expected_ref != addr->load(std::memory_order_relaxed)) { in VisitRoots()
3219 } while (!addr->CompareAndSetWeakRelaxed(expected_ref, new_ref)); in VisitRoots()
3231 auto expected_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(ref); in MarkRoot() local
3239 } while (!addr->CompareAndSetWeakRelaxed(expected_ref, new_ref)); in MarkRoot()