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
341 ObjPtr<mirror::ObjectArray<mirror::Object>> GetImageRoots() const
2247 for (int32_t i = 0, size = image_header.GetImageRoots()->GetLength(); i != size; ++i) { in VisitImageRoots()
2095 if (static_cast<size_t>(header.GetImageRoots()->GetLength()) != expected_image_roots) { in AddImageSpace()2098 header.GetImageRoots()->GetLength()); in AddImageSpace()
1830 os << "ROOTS: " << reinterpret_cast<void*>(image_header_.GetImageRoots().Ptr()) << "\n"; in Dump()1833 DCHECK_LE(image_header_.GetImageRoots()->GetLength(), ImageHeader::kImageRootsMax); in Dump()1834 for (int32_t i = 0, size = image_header_.GetImageRoots()->GetLength(); i != size; ++i) { in Dump()
1448 image_header->GetImageRoots<kWithoutReadBarrier>().Ptr()); in RelocateInPlace()1515 image_header->GetImageRoots<kWithoutReadBarrier>().Ptr()))); in RelocateInPlace()2832 simple_relocate_visitor(first_header.GetImageRoots<kWithoutReadBarrier>().Ptr()); in DoRelocateSpaces()