Searched refs:ImageMethod (Results 1 – 4 of 4) sorted by relevance
177 enum ImageMethod { enum206 ArtMethod* GetImageMethod(ImageMethod index) const;207 void SetImageMethod(ImageMethod index, ArtMethod* method);358 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageMethod& policy);
131 ArtMethod* ImageHeader::GetImageMethod(ImageMethod index) const { in GetImageMethod()136 void ImageHeader::SetImageMethod(ImageMethod index, ArtMethod* method) { in SetImageMethod()
1356 auto image_root = static_cast<ImageHeader::ImageMethod>(i); in Dump()
1662 image_header->SetImageMethod(static_cast<ImageHeader::ImageMethod>(i), method); in CopyAndFixupNativeData()