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

/art/compiler/
H A Dimage_writer.cc2259 ImageInfo& cur_image_info = GetImageInfo(oat_index); local
2260 cur_image_info.oat_file_begin_ = images_end + cur_image_info.oat_offset_;
2261 cur_image_info.oat_loaded_size_ = oat_loaded_size;
2262 cur_image_info.oat_data_begin_ = cur_image_info.oat_file_begin_ + oat_data_offset;
2263 cur_image_info.oat_size_ = oat_data_size;
2274 next_image_info.oat_offset_ = cur_image_info.oat_offset_ + oat_loaded_size;
2279 ImageInfo& cur_image_info = GetImageInfo(oat_index); local
2280 cur_image_info
[all...]

Completed in 32 milliseconds