Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h209 enum ImageMethod { enum
269 ArtMethod* GetImageMethod(ImageMethod index) const;
565 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageMethod& policy);
Dimage.cc127 ArtMethod* ImageHeader::GetImageMethod(ImageMethod index) const { in GetImageMethod()
/art/oatdump/
Doatdump.cc1871 auto image_root = static_cast<ImageHeader::ImageMethod>(i); in Dump()