Lines Matching refs:pmi
714 bool ProfileCompilationInfo::AddMethod(const ProfileMethodInfo& pmi, in AddMethod() argument
717 DexFileData* const data = GetOrAddDexFileData(pmi.ref.dex_file, annotation); in AddMethod()
721 if (!data->AddMethod(flags, pmi.ref.index)) { in AddMethod()
734 InlineCacheMap* inline_cache = data->FindOrAddHotMethod(pmi.ref.index); in AddMethod()
737 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) { in AddMethod()
1614 std::unique_ptr<OfflineProfileMethodInfo> pmi(new OfflineProfileMethodInfo(inline_caches)); in GetHotMethodInfo() local
1616 pmi->dex_references.resize(info_.size()); in GetHotMethodInfo()
1618 pmi->dex_references[dex_data->profile_index].profile_key = dex_data->profile_key; in GetHotMethodInfo()
1619 pmi->dex_references[dex_data->profile_index].dex_checksum = dex_data->checksum; in GetHotMethodInfo()
1620 pmi->dex_references[dex_data->profile_index].num_method_ids = dex_data->num_method_ids; in GetHotMethodInfo()
1623 return pmi; in GetHotMethodInfo()