Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1154 for (const auto& class_it : dex_data.class_set) { in ReadAggregationCounters() local
1155 READ_UINT(uint16_t, buffer, dex_data.class_counters[class_it.index_], error); in ReadAggregationCounters()
1690 for (const auto& class_it : other_class_set) { in MergeWith() local
1692 class_it.dex_profile_index), class_it.type_index); in MergeWith()
1862 for (const auto class_it : dex_data->class_set) { in DumpInfo() local
1864 os << "\n\t\t" << dex_file->PrettyType(class_it); in DumpInfo()
1866 os << class_it.index_ << ","; in DumpInfo()
/art/profman/
Dprofman.cc1044 size_t class_it = 0; in ProcessLine() local
1046 if (!FindClass(dex_files, ic_class, &(classes[class_it++]))) { in ProcessLine()