Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc638 uint8_t profile_index = profile_index_it->second; in GetOrAddDexFileData() local
639 if (info_.size() <= profile_index) { in GetOrAddDexFileData()
645 profile_index, in GetOrAddDexFileData()
650 DexFileData* result = info_[profile_index]; in GetOrAddDexFileData()
662 DCHECK_EQ(profile_index, result->profile_index); in GetOrAddDexFileData()
684 uint8_t profile_index = profile_index_it->second; in FindDexData() local
685 const DexFileData* result = info_[profile_index]; in FindDexData()
690 DCHECK_EQ(profile_index, result->profile_index); in FindDexData()
761 dex_pc_data->AddClass(class_dex_data->profile_index, class_ref.type_index); in AddMethod()
793 dex_pc_data->AddClass(class_dex_data->profile_index, class_ref.TypeIndex()); in AddMethod()
[all …]
Dprofile_compilation_info.h502 profile_index(index), in DexFileData()
564 uint8_t profile_index; member