Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc576 uint8_t profile_index = profile_index_it->second; in GetOrAddDexFileData() local
577 if (info_.size() <= profile_index) { in GetOrAddDexFileData()
583 profile_index, in GetOrAddDexFileData()
587 DexFileData* result = info_[profile_index]; in GetOrAddDexFileData()
599 DCHECK_EQ(profile_index, result->profile_index); in GetOrAddDexFileData()
621 uint8_t profile_index = profile_index_it->second; in FindDexData() local
622 const DexFileData* result = info_[profile_index]; in FindDexData()
627 DCHECK_EQ(profile_index, result->profile_index); in FindDexData()
698 dex_pc_data->AddClass(class_dex_data->profile_index, class_ref.type_index); in AddMethod()
730 dex_pc_data->AddClass(class_dex_data->profile_index, class_ref.TypeIndex()); in AddMethod()
[all …]
Dprofile_compilation_info.h474 profile_index(index), in DexFileData()
517 uint8_t profile_index; member