Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1581 for (const auto& class_it : other_class_set) { in MergeWith() local
1583 class_it.dex_profile_index), class_it.type_index); in MergeWith()
1733 for (const auto class_it : dex_data->class_set) { in DumpInfo() local
1735 os << "\n\t\t" << dex_file->PrettyType(class_it); in DumpInfo()
1737 os << class_it.index_ << ","; in DumpInfo()
/art/profman/
Dprofman.cc1170 size_t class_it = 0; in ProcessLine() local
1172 if (!FindClass(dex_files, ic_class, &(classes[class_it++]))) { in ProcessLine()