Searched defs:compile_pic (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dimage.cc39 bool compile_pic)
51 compile_pic_(compile_pic) {
29 ImageHeader(uint32_t image_begin, uint32_t image_size, uint32_t image_bitmap_offset, uint32_t image_bitmap_size, uint32_t image_roots, uint32_t oat_checksum, uint32_t oat_file_begin, uint32_t oat_data_begin, uint32_t oat_data_end, uint32_t oat_file_end, bool compile_pic) argument
/art/compiler/
H A Dimage_writer.cc79 bool compile_pic) {
84 compile_pic_ = compile_pic;
75 Write(const std::string& image_filename, uintptr_t image_begin, const std::string& oat_filename, const std::string& oat_location, bool compile_pic) argument
/art/dex2oat/
H A Ddex2oat.cc875 bool compile_pic = false; local
1011 compile_pic = true;
1274 compile_pic
1538 key_value_store->Put(OatHeader::kPicKey, compile_pic ? "true" : "false");

Completed in 163 milliseconds