Home
last modified time | relevance | path

Searched refs:ProfileInlineCache (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc70 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 Dprofile_test_helper.h33 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 Dprofile_compilation_info.h48 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 Dprofile_compilation_info.cc1249 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) { in AddMethod()
/aosp12/art/profman/
H A Dprofile_assistant_test.cc74 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 Dprofman.cc1489 std::vector<ProfileMethodInfo::ProfileInlineCache> inline_caches; in ProcessLine()
/aosp12/art/runtime/jit/
H A Dprofiling_info_test.cc109 std::vector<ProfileMethodInfo::ProfileInlineCache> caches; in SaveProfilingInfoWithFakeInlineCaches()
H A Djit_code_cache.cc1502 std::vector<ProfileMethodInfo::ProfileInlineCache> inline_caches; in GetProfiledMethods()