Home
last modified time | relevance | path

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

/art/runtime/
Dimage-inl.h32 inline ObjPtr<mirror::Object> ImageHeader::GetImageRoot(ImageRoot image_root) const { in GetImageRoot() function
Dimage.h330 ObjPtr<mirror::Object> GetImageRoot(ImageRoot image_root) const
/art/compiler/optimizing/
Dintrinsics.cc69 main_header.GetImageRoot<kWithoutReadBarrier>(ImageHeader::kBootImageLiveObjects)); in GetBootImageLiveObjects()
/art/oatdump/
Doatdump.cc1658 main_header.GetImageRoot<kWithoutReadBarrier>(ImageHeader::kBootImageLiveObjects)); in GetBootImageLiveObjectsDataRange()
1834 ObjPtr<mirror::Object> image_root_object = image_header_.GetImageRoot(image_root); in Dump()