Home
last modified time | relevance | path

Searched refs:images_end (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Dimage_writer.cc2727 const uint8_t* images_end = image_infos_.back().image_begin_ + image_infos_.back().image_size_; in UpdateOatFileLayout() local
2729 DCHECK_LE(info.image_begin_ + info.image_size_, images_end); in UpdateOatFileLayout()
2731 DCHECK(images_end != nullptr); // Image space must be ready. in UpdateOatFileLayout()
2734 cur_image_info.oat_file_begin_ = images_end + cur_image_info.oat_offset_; in UpdateOatFileLayout()