Home
last modified time | relevance | path

Searched refs:GetImageMethod (Results 1 – 5 of 5) sorted by relevance

/art/runtime/oat/
Dimage.h281 EXPORT ArtMethod* GetImageMethod(ImageMethod index) const;
Dimage.cc177 ArtMethod* ImageHeader::GetImageMethod(ImageMethod index) const { in GetImageMethod() function in art::ImageHeader
/art/runtime/
Dclass_linker.cc1348 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()
/art/runtime/gc/space/
Dimage_space.cc646 CHECK_EQ(primary_header.GetImageMethod(method), image_header.GetImageMethod(method)) in InitAppImage()
/art/oatdump/
Doatdump.cc1865 auto* image_method = image_header_.GetImageMethod(image_root); in Dump()