Searched refs:expected_ref (Results 1 – 1 of 1) sorted by relevance
3108 mirror::Object* expected_ref = ref; in Process() local3111 if (expected_ref != in Process()3119 expected_ref, in Process()3137 mirror::Object* expected_ref = ref; in VisitRoots() local3140 if (expected_ref != addr->load(std::memory_order_relaxed)) { in VisitRoots()3144 } while (!addr->CompareAndSetWeakRelaxed(expected_ref, new_ref)); in VisitRoots()3156 auto expected_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(ref); in MarkRoot() local3164 } while (!addr->CompareAndSetWeakRelaxed(expected_ref, new_ref)); in MarkRoot()