Home
last modified time | relevance | path

Searched refs:GetImageRoots (Results 1 – 3 of 3) 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.h334 ObjPtr<mirror::ObjectArray<mirror::Object>> GetImageRoots() const
/art/oatdump/
Doatdump.cc1827 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()