Home | History | Annotate | Download | only in runtime

Lines Matching defs:image_count

1918     size_t image_count = image_dex_file_names.size() - dex_caches->GetLength();
1920 bool equal = image_count == loader_dex_file_names.size();
1924 for (size_t i = 0; equal && i < image_count; ++i, ++it1, ++it2) {