Searched refs:is_pic (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dimage.cc46 bool is_pic,
64 is_pic_(is_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
H A Dimage.h119 bool is_pic,
/art/patchoat/
H A Dpatchoat.cc345 bool is_pic = oat_header->IsPic(); local
347 LOG(INFO) << "Oat file at " << file_path << " is " << (is_pic ? "PIC" : "not pic");
350 return is_pic ? PIC : NOT_PIC;

Completed in 49 milliseconds