Lines Matching refs:Read

1355   DCHECK(runtime->GetSentinel().Read()->GetClass() == GetClassRoot<mirror::Object>(this));  in InitFromBootImage()
1434 if (it != image_interns_.end() && it->Read() == referred_str) { in TestObject()
1548 ObjPtr<mirror::String> referred_string = source.object.Read(); in VisitInternedStringReferences()
1574 preresolved_strings[string_index].Read(); in VisitInternedStringReferences()
1629 CHECK(it->Read() == str); in VerifyInternedStringReferences()
1697 ObjPtr<mirror::Class> klass = types[j].load(std::memory_order_relaxed).object.Read(); in Update()
1703 DCHECK_EQ(it->Read(), klass); in Update()
1709 DCHECK_EQ(it2->Read(), super_class); in Update()
1782 ObjPtr<mirror::String> string = it->Read(); in HandleAppImageStrings()
1800 ObjPtr<mirror::String> existing = root.Read(); in HandleAppImageStrings()
1801 intern_remap.Put(it->Read(), existing.Ptr()); in HandleAppImageStrings()
1809 ObjPtr<mirror::String> string = root.Read(); in HandleAppImageStrings()
2063 ObjPtr<mirror::Class> klass = types[j].load(std::memory_order_relaxed).object.Read(); in VerifyAppImage()
2147 ObjPtr<mirror::Class> klass = types[j].load(std::memory_order_relaxed).object.Read(); in AddImageSpace()
2246 ObjPtr<mirror::Class> klass(root.Read()); in AddImageSpace()
2271 SubtypeCheck<ObjPtr<mirror::Class>>::EnsureInitialized(root.Read()); in AddImageSpace()
2345 ObjPtr<mirror::Class> old_ref = root.Read<kWithoutReadBarrier>(); in VisitClassRoots()
2347 ObjPtr<mirror::Class> new_ref = root.Read<kWithoutReadBarrier>(); in VisitClassRoots()
2353 ObjPtr<mirror::Object> old_ref = root.Read<kWithoutReadBarrier>(); in VisitClassRoots()
2357 ObjPtr<mirror::Object> new_ref = root.Read<kWithoutReadBarrier>(); in VisitClassRoots()
9666 mirror::ObjectArray<mirror::Class>* class_roots = class_roots_.Read(); in SetClassRoot()