Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc146 ArtMethod* ImageHeader::GetImageMethod(ImageMethod index) const { in GetImageMethod() function in art::ImageHeader
Dimage.h276 ArtMethod* GetImageMethod(ImageMethod index) const;
/art/oatdump/
Doatdump.cc1872 auto* image_method = image_header_.GetImageMethod(image_root); in Dump()