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

/art/runtime/
H A Dimage.cc45 bool compile_pic,
63 compile_pic_(compile_pic),
31 ImageHeader(uint32_t image_begin, uint32_t image_size, ImageSection* sections, 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, uint32_t boot_image_begin, uint32_t boot_image_size, uint32_t boot_oat_begin, uint32_t boot_oat_size, uint32_t pointer_size, bool compile_pic, bool is_pic, StorageMode storage_mode, size_t data_size) argument
/art/compiler/driver/
H A Dcompiler_driver.cc502 bool compile_pic = driver->GetCompilerOptions().GetCompilePic(); // Off by default local
504 CHECK(!compile_pic || non_relative_linker_patch_count == 0u);
/art/dex2oat/linker/
H A Dimage_writer.cc2801 bool compile_pic,
2810 compile_pic_(compile_pic),
2798 ImageWriter( const CompilerDriver& compiler_driver, uintptr_t image_begin, bool compile_pic, bool compile_app_image, ImageHeader::StorageMode image_storage_mode, const std::vector<const char*>& oat_filenames, const std::unordered_map<const DexFile*, size_t>& dex_file_oat_index_map, const std::unordered_set<std::string>* dirty_image_objects) argument

Completed in 106 milliseconds