Searched refs:GetImageMethod (Results 1 – 5 of 5) sorted by relevance
147 ArtMethod* ImageHeader::GetImageMethod(ImageMethod index) const { in GetImageMethod() function in art::ImageHeader
275 ArtMethod* GetImageMethod(ImageMethod index) const;
1190 runtime->SetResolutionMethod(image_header.GetImageMethod(ImageHeader::kResolutionMethod)); in InitFromBootImage()1191 runtime->SetImtConflictMethod(image_header.GetImageMethod(ImageHeader::kImtConflictMethod)); in InitFromBootImage()1193 image_header.GetImageMethod(ImageHeader::kImtUnimplementedMethod)); in InitFromBootImage()1195 image_header.GetImageMethod(ImageHeader::kSaveAllCalleeSavesMethod), in InitFromBootImage()1198 image_header.GetImageMethod(ImageHeader::kSaveRefsOnlyMethod), in InitFromBootImage()1201 image_header.GetImageMethod(ImageHeader::kSaveRefsAndArgsMethod), in InitFromBootImage()1204 image_header.GetImageMethod(ImageHeader::kSaveEverythingMethod), in InitFromBootImage()1207 image_header.GetImageMethod(ImageHeader::kSaveEverythingMethodForClinit), in InitFromBootImage()1210 image_header.GetImageMethod(ImageHeader::kSaveEverythingMethodForSuspendCheck), in InitFromBootImage()
578 CHECK_EQ(primary_header.GetImageMethod(method), image_header.GetImageMethod(method)) in InitAppImage()
1772 auto* image_method = image_header_.GetImageMethod(image_root); in Dump()