Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc436 uint8_t profile_index = profile_index_it->second; in GetOrAddDexFileData() local
437 if (info_.size() <= profile_index) { in GetOrAddDexFileData()
440 &arena_, profile_key, checksum, profile_index); in GetOrAddDexFileData()
443 DexFileData* result = info_[profile_index]; in GetOrAddDexFileData()
447 DCHECK_EQ(profile_index, result->profile_index); in GetOrAddDexFileData()
466 uint8_t profile_index = profile_index_it->second; in FindDexData() local
467 const DexFileData* result = info_[profile_index]; in FindDexData()
469 DCHECK_EQ(profile_index, result->profile_index); in FindDexData()
531 dex_pc_data->AddClass(class_dex_data->profile_index, class_ref.type_index); in AddMethod()
563 dex_pc_data->AddClass(class_dex_data->profile_index, class_ref.type_index); in AddMethod()
[all …]
Dprofile_compilation_info.h309 profile_index(index), in DexFileData()
319 uint8_t profile_index; member