Home
last modified time | relevance | path

Searched refs:GetTestInlineCaches (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc70 std::vector<ProfileInlineCache> GetTestInlineCaches() { in GetTestInlineCaches() function in art::ProfileCompilationInfoTest
510 std::vector<ProfileInlineCache> inline_caches = GetTestInlineCaches(); in TEST_F()
542 std::vector<ProfileInlineCache> inline_caches = GetTestInlineCaches(); in TEST_F()
555 std::vector<ProfileInlineCache> inline_caches_extra = GetTestInlineCaches(); in TEST_F()
583 std::vector<ProfileInlineCache> inline_caches = GetTestInlineCaches(); in TEST_F()
604 std::vector<ProfileInlineCache> missing_types = GetTestInlineCaches(); in TEST_F()
633 std::vector<ProfileInlineCache> inline_caches1 = GetTestInlineCaches(); in TEST_F()
634 std::vector<ProfileInlineCache> inline_caches2 = GetTestInlineCaches(); in TEST_F()
1040 std::vector<ProfileInlineCache> inline_caches = GetTestInlineCaches(); in TEST_F()
1095 std::vector<ProfileInlineCache> inline_caches = GetTestInlineCaches(); in TEST_F()
[all …]
/aosp12/art/profman/
H A Dprofile_assistant_test.cc75 GetTestInlineCaches(dex_file1, dex_file2, dex3); in SetupProfile()
114 std::vector<ProfileInlineCache> GetTestInlineCaches( in GetTestInlineCaches() function in art::ProfileAssistantTest