Home
last modified time | relevance | path

Searched refs:image_root (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dimage-inl.h32 inline ObjPtr<mirror::Object> ImageHeader::GetImageRoot(ImageRoot image_root) const { in GetImageRoot() argument
34 return image_roots->Get<kVerifyNone, kReadBarrierOption>(static_cast<int32_t>(image_root)); in GetImageRoot()
Dimage.h337 ObjPtr<mirror::Object> GetImageRoot(ImageRoot image_root) const
/art/oatdump/
Doatdump.cc1835 ImageHeader::ImageRoot image_root = static_cast<ImageHeader::ImageRoot>(i); in Dump() local
1837 ObjPtr<mirror::Object> image_root_object = image_header_.GetImageRoot(image_root); in Dump()
1874 auto image_root = static_cast<ImageHeader::ImageMethod>(i); in Dump() local
1876 auto* image_method = image_header_.GetImageMethod(image_root); in Dump()