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

/art/compiler/driver/
H A Dcompiler_options.cc39 compile_pic_(false),
87 compile_pic_(compile_pic),
H A Dcompiler_options.h186 return compile_pic_;
231 const bool compile_pic_; member in class:art::FINAL
/art/runtime/
H A Dimage.h58 ImageHeader() : compile_pic_(0) {}
70 bool compile_pic_);
166 return compile_pic_ != 0;
208 const uint32_t compile_pic_; variable
H A Dimage.cc50 compile_pic_(compile_pic) {
/art/compiler/
H A Dimage_writer.h54 quick_to_interpreter_bridge_offset_(0), compile_pic_(compile_pic),
347 const bool compile_pic_; member in class:art::FINAL
H A Dimage_writer.cc1018 compile_pic_); local

Completed in 130 milliseconds