Home
last modified time | relevance | path

Searched refs:ImageMethod (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dimage.h177 enum ImageMethod { enum
206 ArtMethod* GetImageMethod(ImageMethod index) const;
207 void SetImageMethod(ImageMethod index, ArtMethod* method);
358 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageMethod& policy);
Dimage.cc131 ArtMethod* ImageHeader::GetImageMethod(ImageMethod index) const { in GetImageMethod()
136 void ImageHeader::SetImageMethod(ImageMethod index, ArtMethod* method) { in SetImageMethod()
/art/oatdump/
Doatdump.cc1356 auto image_root = static_cast<ImageHeader::ImageMethod>(i); in Dump()
/art/compiler/
Dimage_writer.cc1662 image_header->SetImageMethod(static_cast<ImageHeader::ImageMethod>(i), method); in CopyAndFixupNativeData()