Home
last modified time | relevance | path

Searched refs:GetImageRoots (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dimage-inl.h33 ObjPtr<mirror::ObjectArray<mirror::Object>> image_roots = GetImageRoots<kReadBarrierOption>(); in GetImageRoot()
38 inline ObjPtr<mirror::ObjectArray<mirror::Object>> ImageHeader::GetImageRoots() const { in GetImageRoots() function
Dimage.h341 ObjPtr<mirror::ObjectArray<mirror::Object>> GetImageRoots() const
Druntime.cc2247 for (int32_t i = 0, size = image_header.GetImageRoots()->GetLength(); i != size; ++i) { in VisitImageRoots()
Dclass_linker.cc2095 if (static_cast<size_t>(header.GetImageRoots()->GetLength()) != expected_image_roots) { in AddImageSpace()
2098 header.GetImageRoots()->GetLength()); in AddImageSpace()
/art/oatdump/
Doatdump.cc1830 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()
/art/runtime/gc/space/
Dimage_space.cc1448 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()