Searched refs:GetImageRoots (Results 1 – 3 of 3) 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
334 ObjPtr<mirror::ObjectArray<mirror::Object>> GetImageRoots() const
1827 os << "ROOTS: " << reinterpret_cast<void*>(image_header_.GetImageRoots().Ptr()) << "\n"; in Dump()1830 DCHECK_LE(image_header_.GetImageRoots()->GetLength(), ImageHeader::kImageRootsMax); in Dump()1831 for (int32_t i = 0, size = image_header_.GetImageRoots()->GetLength(); i != size; ++i) { in Dump()