Home | History | Annotate | Download | only in runtime

Lines Matching full:image_dex_file_names

1675       std::list<mirror::String*> image_dex_file_names;
1677 if (!FlattenPathClassLoader(image_class_loader, &image_dex_file_names, &temp_error_msg)) {
1698 CHECK_GE(static_cast<size_t>(image_dex_file_names.size()),
1700 size_t image_count = image_dex_file_names.size() - dex_caches->GetLength();
1704 auto it1 = image_dex_file_names.begin();
1711 VLOG(image) << "Image dex files " << image_dex_file_names.size();
1712 for (mirror::String* name : image_dex_file_names) {