Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc146 ArtMethod* ImageHeader::GetImageMethod(ImageMethod index) const { in GetImageMethod() function in art::ImageHeader
Dimage.h276 ArtMethod* GetImageMethod(ImageMethod index) const;
Dclass_linker.cc1252 runtime->SetResolutionMethod(image_header.GetImageMethod(ImageHeader::kResolutionMethod)); in InitFromBootImage()
1253 runtime->SetImtConflictMethod(image_header.GetImageMethod(ImageHeader::kImtConflictMethod)); in InitFromBootImage()
1255 image_header.GetImageMethod(ImageHeader::kImtUnimplementedMethod)); in InitFromBootImage()
1257 image_header.GetImageMethod(ImageHeader::kSaveAllCalleeSavesMethod), in InitFromBootImage()
1260 image_header.GetImageMethod(ImageHeader::kSaveRefsOnlyMethod), in InitFromBootImage()
1263 image_header.GetImageMethod(ImageHeader::kSaveRefsAndArgsMethod), in InitFromBootImage()
1266 image_header.GetImageMethod(ImageHeader::kSaveEverythingMethod), in InitFromBootImage()
1269 image_header.GetImageMethod(ImageHeader::kSaveEverythingMethodForClinit), in InitFromBootImage()
1272 image_header.GetImageMethod(ImageHeader::kSaveEverythingMethodForSuspendCheck), in InitFromBootImage()
/art/runtime/gc/space/
Dimage_space.cc814 CHECK_EQ(primary_header.GetImageMethod(method), image_header.GetImageMethod(method)) in InitAppImage()
/art/oatdump/
Doatdump.cc1876 auto* image_method = image_header_.GetImageMethod(image_root); in Dump()