Searched refs:GetImageMethod (Results 1 – 3 of 3) sorted by relevance
146 ArtMethod* ImageHeader::GetImageMethod(ImageMethod index) const { in GetImageMethod() function in art::ImageHeader
276 ArtMethod* GetImageMethod(ImageMethod index) const;
1872 auto* image_method = image_header_.GetImageMethod(image_root); in Dump()