Lines Matching refs:ProfileInlineCache

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()
522 std::vector<ProfileInlineCache> inline_caches = GetTestInlineCaches(); in TEST_F()
554 std::vector<ProfileInlineCache> inline_caches = GetTestInlineCaches(); in TEST_F()
567 std::vector<ProfileInlineCache> inline_caches_extra = GetTestInlineCaches(); in TEST_F()
595 std::vector<ProfileInlineCache> inline_caches = GetTestInlineCaches(); in TEST_F()
608 std::vector<ProfileInlineCache> inline_caches_extra = GetTestInlineCaches(); in TEST_F()
616 std::vector<ProfileInlineCache> missing_types = GetTestInlineCaches(); in TEST_F()
645 std::vector<ProfileInlineCache> inline_caches1 = GetTestInlineCaches(); in TEST_F()
646 std::vector<ProfileInlineCache> inline_caches2 = GetTestInlineCaches(); in TEST_F()
671 std::vector<ProfileInlineCache> inline_caches { in TEST_F()
672 ProfileInlineCache(dex_pc, /*missing_types=*/ false, types) in TEST_F()
701 std::vector<ProfileInlineCache> inline_caches; in TEST_F()
706 inline_caches.push_back(ProfileInlineCache(dex_pc, /*missing_types=*/ false, types)); in TEST_F()
709 std::vector<ProfileInlineCache> inline_caches_reindexed; in TEST_F()
714 inline_caches_reindexed.push_back(ProfileInlineCache(dex_pc, /*missing_types=*/ false, types)); in TEST_F()
771 std::vector<ProfileInlineCache> inline_caches; in TEST_F()
778 inline_caches.push_back(ProfileInlineCache(0, /*missing_types=*/ false, types)); in TEST_F()
796 std::vector<ProfileInlineCache> inline_caches; in TEST_F()
798 inline_caches.push_back(ProfileInlineCache(0, /*missing_types=*/ true, types)); in TEST_F()
1108 std::vector<ProfileInlineCache> inline_caches = GetTestInlineCaches(); in TEST_F()
1163 std::vector<ProfileInlineCache> inline_caches = GetTestInlineCaches(); in TEST_F()
1193 std::vector<ProfileInlineCache> inline_caches = GetTestInlineCaches(); in TEST_F()
1501 ProfileMethodInfo::ProfileInlineCache ic(/*pc=*/0, /*missing_types=*/true, types); in TEST_F()
1502 std::vector<ProfileMethodInfo::ProfileInlineCache> inline_caches = {ic}; in TEST_F()
1715 std::vector<ProfileInlineCache> ic1 { ProfileInlineCache( in TEST_F()
1719 ProfileInlineCache( in TEST_F()
1723 std::vector<ProfileInlineCache> ic2 { ProfileInlineCache( in TEST_F()
1727 ProfileInlineCache( in TEST_F()
1762 std::vector<ProfileInlineCache> expected{ ProfileInlineCache( in TEST_F()
1766 ProfileInlineCache( in TEST_F()