Searched refs:GetImageMethod (Results 1 – 5 of 5) sorted by relevance
281 EXPORT ArtMethod* GetImageMethod(ImageMethod index) const;
177 ArtMethod* ImageHeader::GetImageMethod(ImageMethod index) const { in GetImageMethod() function in art::ImageHeader
1348 runtime->SetResolutionMethod(image_header.GetImageMethod(ImageHeader::kResolutionMethod)); in InitFromBootImage()1349 runtime->SetImtConflictMethod(image_header.GetImageMethod(ImageHeader::kImtConflictMethod)); in InitFromBootImage()1351 image_header.GetImageMethod(ImageHeader::kImtUnimplementedMethod)); in InitFromBootImage()1353 image_header.GetImageMethod(ImageHeader::kSaveAllCalleeSavesMethod), in InitFromBootImage()1356 image_header.GetImageMethod(ImageHeader::kSaveRefsOnlyMethod), in InitFromBootImage()1359 image_header.GetImageMethod(ImageHeader::kSaveRefsAndArgsMethod), in InitFromBootImage()1362 image_header.GetImageMethod(ImageHeader::kSaveEverythingMethod), in InitFromBootImage()1365 image_header.GetImageMethod(ImageHeader::kSaveEverythingMethodForClinit), in InitFromBootImage()1368 image_header.GetImageMethod(ImageHeader::kSaveEverythingMethodForSuspendCheck), in InitFromBootImage()
646 CHECK_EQ(primary_header.GetImageMethod(method), image_header.GetImageMethod(method)) in InitAppImage()
1865 auto* image_method = image_header_.GetImageMethod(image_root); in Dump()