Home
last modified time | relevance | path

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

/art/runtime/
Dimage-inl.h32 inline ObjPtr<mirror::Object> ImageHeader::GetImageRoot(ImageRoot image_root) const { in GetImageRoot() function
Dimage.h337 ObjPtr<mirror::Object> GetImageRoot(ImageRoot image_root) const
Druntime.cc1656 image_header.GetImageRoot(ImageHeader::kBootImageLiveObjects)); in Init()
2255 image_header.GetImageRoot(static_cast<ImageHeader::ImageRoot>(i)).Ptr(); in VisitImageRoots()
/art/compiler/optimizing/
Dintrinsics.cc69 main_header.GetImageRoot<kWithoutReadBarrier>(ImageHeader::kBootImageLiveObjects)); in GetBootImageLiveObjects()
/art/oatdump/
Doatdump.cc1657 main_header.GetImageRoot<kWithoutReadBarrier>(ImageHeader::kBootImageLiveObjects)); in GetBootImageLiveObjectsDataRange()
1833 ObjPtr<mirror::Object> image_root_object = image_header_.GetImageRoot(image_root); in Dump()
/art/dex2oat/linker/
Dimage_writer.cc2391 primary_header.GetImageRoot<kWithReadBarrier>(ImageHeader::kBootImageLiveObjects)); in GetBootImageLiveObjects()