Home
last modified time | relevance | path

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

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