Home | History | Annotate | Download | only in patchoat

Lines Matching refs:is_pic

417   bool is_pic = oat_header->IsPic();
419 LOG(INFO) << "Oat file at " << file_path << " is " << (is_pic ? "PIC" : "not pic");
422 return is_pic ? PIC : NOT_PIC;