Searched refs:expected_rb_ptr (Results 1 - 2 of 2) sorted by relevance

/art/runtime/mirror/
H A Dobject-inl.h171 inline bool Object::AtomicSetReadBarrierPointer(Object* expected_rb_ptr, Object* rb_ptr) { argument
174 DCHECK_EQ(reinterpret_cast<uint64_t>(expected_rb_ptr) >> 32, 0U);
180 if (UNLIKELY(reinterpret_cast<Object*>(lw.ReadBarrierState()) != expected_rb_ptr)) {
186 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(expected_rb_ptr)));
202 HeapReference<Object> expected_ref(HeapReference<Object>::FromMirrorPtr(expected_rb_ptr));
213 UNUSED(expected_rb_ptr, rb_ptr);
H A Dobject.h103 ALWAYS_INLINE bool AtomicSetReadBarrierPointer(Object* expected_rb_ptr, Object* rb_ptr)

Completed in 88 milliseconds