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

/art/runtime/gc/space/
H A Dimage_space.cc1570 const std::string& first_image = images[0]; local
1574 common < first_image.size() &&
1575 *(input_image_file_name.end() - common - 1) == *(first_image.end() - common - 1)) {
1584 const size_t old_prefix_length = first_image.size() - common;

Completed in 7 milliseconds