Searched refs:GetImageRoots (Results 1 – 6 of 6) sorted by relevance
33 ObjPtr<mirror::ObjectArray<mirror::Object>> image_roots = GetImageRoots<kReadBarrierOption>(); in GetImageRoot()38 inline ObjPtr<mirror::ObjectArray<mirror::Object>> ImageHeader::GetImageRoots() const { in GetImageRoots() function
338 ObjPtr<mirror::ObjectArray<mirror::Object>> GetImageRoots() const
2463 for (int32_t i = 0, size = image_header.GetImageRoots()->GetLength(); i != size; ++i) { in VisitImageRoots()
1895 if (static_cast<size_t>(header.GetImageRoots()->GetLength()) != expected_image_roots) { in AddImageSpace()1898 header.GetImageRoots()->GetLength()); in AddImageSpace()
1726 os << "ROOTS: " << reinterpret_cast<void*>(image_header_.GetImageRoots().Ptr()) << "\n"; in Dump()1729 DCHECK_LE(image_header_.GetImageRoots()->GetLength(), ImageHeader::kImageRootsMax); in Dump()1730 for (int32_t i = 0, size = image_header_.GetImageRoots()->GetLength(); i != size; ++i) { in Dump()
1224 image_header->GetImageRoots<kWithoutReadBarrier>().Ptr()); in RelocateInPlace()1291 image_header->GetImageRoots<kWithoutReadBarrier>().Ptr()))); in RelocateInPlace()2537 simple_relocate_visitor(first_header.GetImageRoots<kWithoutReadBarrier>().Ptr()); in DoRelocateSpaces()