Searched refs:pmi (Results 1 – 3 of 3) sorted by relevance
/art/runtime/jit/ |
D | profiling_info_test.cc | 138 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/ |
D | profile_compilation_info.cc | 1314 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()
|
D | profile_compilation_info.h | 412 bool AddMethod(const ProfileMethodInfo& pmi,
|