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

/art/compiler/
H A Dimage_writer.cc2402 ImageInfo& cur_image_info = GetImageInfo(oat_index); local
2403 cur_image_info.oat_file_begin_ = images_end + cur_image_info.oat_offset_;
2404 cur_image_info.oat_loaded_size_ = oat_loaded_size;
2405 cur_image_info.oat_data_begin_ = cur_image_info.oat_file_begin_ + oat_data_offset;
2406 cur_image_info.oat_size_ = oat_data_size;
2417 next_image_info.oat_offset_ = cur_image_info.oat_offset_ + oat_loaded_size;
2422 ImageInfo& cur_image_info = GetImageInfo(oat_index); local
2423 cur_image_info
[all...]

Completed in 498 milliseconds