Searched refs:ProfileInlineCache (Results 1 – 8 of 8) sorted by relevance
/aosp12/art/libprofile/profile/ |
H A D | profile_compilation_info_test.cc | 70 std::vector<ProfileInlineCache> GetTestInlineCaches() { in GetTestInlineCaches() 71 std::vector<ProfileInlineCache> inline_caches; in GetTestInlineCaches() 107 for (ProfileInlineCache& cache : *inline_caches) { in MakeMegamorphic() 120 for (ProfileInlineCache& cache : *inline_caches) { in SetIsMissingTypes() 659 std::vector<ProfileInlineCache> inline_caches { in TEST_F() 689 std::vector<ProfileInlineCache> inline_caches; in TEST_F() 759 std::vector<ProfileInlineCache> inline_caches; in TEST_F() 784 std::vector<ProfileInlineCache> inline_caches; in TEST_F() 1641 std::vector<ProfileInlineCache> ic1 { ProfileInlineCache( in TEST_F() 1649 std::vector<ProfileInlineCache> ic2 { ProfileInlineCache( in TEST_F() [all …]
|
H A D | profile_test_helper.h | 33 using ProfileInlineCache = ProfileMethodInfo::ProfileInlineCache; variable 59 const std::vector<ProfileInlineCache>& inline_caches, 68 const std::vector<ProfileInlineCache>& inline_caches, 91 static bool EqualInlineCaches(const std::vector<ProfileMethodInfo::ProfileInlineCache>& expected, in EqualInlineCaches()
|
H A 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;
|
H A D | profile_compilation_info.cc | 1249 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) { in AddMethod()
|
/aosp12/art/profman/ |
H A D | profile_assistant_test.cc | 74 std::vector<ProfileInlineCache> inline_caches = in SetupProfile() 114 std::vector<ProfileInlineCache> GetTestInlineCaches( in GetTestInlineCaches() 116 std::vector<ProfileInlineCache> inline_caches; in GetTestInlineCaches() 120 inline_caches.push_back(ProfileInlineCache(dex_pc, /* missing_types*/ false, types)); in GetTestInlineCaches() 128 inline_caches.push_back(ProfileInlineCache(dex_pc, /* missing_types*/ false, types)); in GetTestInlineCaches() 139 inline_caches.push_back(ProfileInlineCache(dex_pc, /* missing_types*/ false, types)); in GetTestInlineCaches() 144 inline_caches.push_back(ProfileInlineCache(dex_pc, /* missing_types*/ true, types)); in GetTestInlineCaches()
|
H A D | profman.cc | 1489 std::vector<ProfileMethodInfo::ProfileInlineCache> inline_caches; in ProcessLine()
|
/aosp12/art/runtime/jit/ |
H A D | profiling_info_test.cc | 109 std::vector<ProfileMethodInfo::ProfileInlineCache> caches; in SaveProfilingInfoWithFakeInlineCaches()
|
H A D | jit_code_cache.cc | 1502 std::vector<ProfileMethodInfo::ProfileInlineCache> inline_caches; in GetProfiledMethods()
|