HomeSort by relevance Sort by last modified time
    Searched refs:IsPic (Results 1 - 12 of 12) sorted by null

  /art/test/117-nopatchoat/
nopatchoat.cc 58 return !oat_file->IsPic()
  /art/runtime/
oat.h 116 bool IsPic() const;
dexopt_test.cc 118 EXPECT_EQ(pic, odex_file->IsPic());
image.h 296 bool IsPic() const {
oat_file.h 134 bool IsPic() const;
oat.cc 484 bool OatHeader::IsPic() const {
oat_file_manager.cc 75 have_non_pic_oat_file_ = have_non_pic_oat_file_ || !oat_file->IsPic();
oat_file.cc     [all...]
oat_file_assistant.cc 533 if (!file.IsPic()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 731 bool IsPic = getTargetMachine().getRelocationModel() == Reloc::PIC_;
736 if (!IsPic && !ExtraLoadRequired) {
    [all...]
  /art/runtime/gc/space/
image_space.cc 640 image_header->IsPic() ? nullptr : error_msg));
643 if (map == nullptr && image_header->IsPic()) {
    [all...]
  /art/patchoat/
patchoat.cc 761 bool is_pic = oat_header->IsPic();
    [all...]

Completed in 833 milliseconds