Home
last modified time | relevance | path

Searched refs:pmi (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Dprofiling_info_test.cc138 ProfileMethodInfo pmi(MethodReference(method->GetDexFile(), in SaveProfilingInfoWithFakeInlineCaches() local
141 profile_methods.push_back(pmi); in SaveProfilingInfoWithFakeInlineCaches()
142 profile_methods_map->Put(method, pmi); in SaveProfilingInfoWithFakeInlineCaches()
261 const ProfileMethodInfo& pmi = profile_methods_map.find(m)->second; in TEST_F() local
265 pmi.inline_caches, method_ref.dex_file, offline_hotness, info)); in TEST_F()
/art/libprofile/profile/
Dprofile_compilation_info.cc1314 bool ProfileCompilationInfo::AddMethod(const ProfileMethodInfo& pmi, in AddMethod() argument
1317 DexFileData* const data = GetOrAddDexFileData(pmi.ref.dex_file, annotation); in AddMethod()
1321 if (!data->AddMethod(flags, pmi.ref.index)) { in AddMethod()
1330 InlineCacheMap* inline_cache = data->FindOrAddHotMethod(pmi.ref.index); in AddMethod()
1333 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) { in AddMethod()
1348 dex::TypeIndex type_index = FindOrCreateTypeIndex(*pmi.ref.dex_file, class_ref); in AddMethod()
Dprofile_compilation_info.h412 bool AddMethod(const ProfileMethodInfo& pmi,