Searched refs:compile_pic_ (Results 1 - 7 of 7) sorted by relevance

/art/compiler/driver/
H A Dcompiler_options.cc41 compile_pic_(false),
96 compile_pic_(compile_pic),
154 compile_pic_ = true;
H A Dcompiler_options.h206 return compile_pic_;
282 bool compile_pic_; member in class:art::FINAL
/art/runtime/
H A Dimage.h98 compile_pic_(0),
236 return compile_pic_ != 0;
335 const uint32_t compile_pic_; variable
H A Dimage.cc61 compile_pic_(compile_pic),
/art/compiler/
H A Dimage_writer.h517 const bool compile_pic_; member in class:art::FINAL
H A Dimage_writer.cc1549 compile_pic_, local
2312 compile_pic_(compile_pic),
/art/dex2oat/
H A Ddex2oat.cc1025 compiler_options_->compile_pic_ ? OatHeader::kTrueValue : OatHeader::kFalseValue);

Completed in 110 milliseconds