Searched refs:ProfileInlineCache (Results 1 – 8 of 8) sorted by relevance
/art/libprofile/profile/ |
D | profile_test_helper.h | 33 using ProfileInlineCache = ProfileMethodInfo::ProfileInlineCache; variable 61 const std::vector<ProfileInlineCache>& inline_caches, 70 const std::vector<ProfileInlineCache>& inline_caches, 95 static bool EqualInlineCaches(const std::vector<ProfileMethodInfo::ProfileInlineCache>& expected, in EqualInlineCaches()
|
D | profile_compilation_info_test.cc | 76 std::vector<ProfileInlineCache> GetTestInlineCaches() { in GetTestInlineCaches() 77 std::vector<ProfileInlineCache> inline_caches; in GetTestInlineCaches() 81 inline_caches.push_back(ProfileInlineCache(dex_pc, /*missing_types=*/ false, types)); in GetTestInlineCaches() 89 inline_caches.push_back(ProfileInlineCache(dex_pc, /*missing_types=*/ false, types)); in GetTestInlineCaches() 101 inline_caches.push_back(ProfileInlineCache(dex_pc, /*missing_types=*/ false, types)); in GetTestInlineCaches() 106 inline_caches.push_back(ProfileInlineCache(dex_pc, /*missing_types=*/ true, types)); in GetTestInlineCaches() 112 void MakeMegamorphic(/*out*/std::vector<ProfileInlineCache>* inline_caches) { in MakeMegamorphic() 113 for (ProfileInlineCache& cache : *inline_caches) { in MakeMegamorphic() 125 void SetIsMissingTypes(/*out*/std::vector<ProfileInlineCache>* inline_caches) { in SetIsMissingTypes() 126 for (ProfileInlineCache& cache : *inline_caches) { in SetIsMissingTypes() [all …]
|
D | profile_compilation_info.h | 48 struct ProfileInlineCache { struct 49 ProfileInlineCache(uint32_t pc, 70 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo() 75 std::vector<ProfileInlineCache> inline_caches;
|
D | profile_compilation_info.cc | 1358 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) { in AddMethod()
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 112 std::vector<ProfileMethodInfo::ProfileInlineCache> caches; in SaveProfilingInfoWithFakeInlineCaches()
|
D | jit_code_cache.cc | 1471 std::vector<ProfileMethodInfo::ProfileInlineCache> inline_caches; in GetProfiledMethods()
|
/art/profman/ |
D | profile_assistant_test.cc | 76 std::vector<ProfileInlineCache> inline_caches = in SetupProfile() 116 std::vector<ProfileInlineCache> GetTestInlineCaches( in GetTestInlineCaches() 118 std::vector<ProfileInlineCache> inline_caches; in GetTestInlineCaches() 122 inline_caches.push_back(ProfileInlineCache(dex_pc, /* missing_types*/ false, types)); in GetTestInlineCaches() 130 inline_caches.push_back(ProfileInlineCache(dex_pc, /* missing_types*/ false, types)); in GetTestInlineCaches() 141 inline_caches.push_back(ProfileInlineCache(dex_pc, /* missing_types*/ false, types)); in GetTestInlineCaches() 146 inline_caches.push_back(ProfileInlineCache(dex_pc, /* missing_types*/ true, types)); in GetTestInlineCaches()
|
D | profman.cc | 1536 std::vector<ProfileMethodInfo::ProfileInlineCache> inline_caches; in ProcessLine()
|