Searched refs:ImageMethod (Results 1 – 4 of 4) sorted by relevance
194 enum ImageMethod { enum232 ArtMethod* GetImageMethod(ImageMethod index) const;233 void SetImageMethod(ImageMethod index, ArtMethod* method);456 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageMethod& policy);
133 ArtMethod* ImageHeader::GetImageMethod(ImageMethod index) const { in GetImageMethod()138 void ImageHeader::SetImageMethod(ImageMethod index, ArtMethod* method) { in SetImageMethod()
2115 image_header->SetImageMethod(static_cast<ImageHeader::ImageMethod>(i), method); in CopyAndFixupNativeData()
2063 auto image_root = static_cast<ImageHeader::ImageMethod>(i); in Dump()