Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h292 bool CompilePic() const { in CompilePic() function
/art/patchoat/
Dpatchoat.cc728 if (!image_header.CompilePic()) { in IsImagePic()
/art/runtime/gc/space/
Dimage_space.cc1449 if (oat_patch_delta != image_patch_delta && !image_header.CompilePic()) { in OpenOatFile()
/art/oatdump/
Doatdump.cc2016 os << "COMPILE PIC: " << (image_header_.CompilePic() ? "yes" : "no") << "\n\n"; in Dump()